bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov

This commit is contained in:
karnaze@netscape.com
2001-10-29 01:43:59 +00:00
parent f295605d5d
commit 63f46f0ed2
78 changed files with 1346 additions and 48 deletions

View File

@@ -698,6 +698,7 @@ nsGfxCheckboxControlFrame::Reflow(nsIPresContext* aPresContext,
nsReflowStatus& aStatus)
{
DO_GLOBAL_REFLOW_COUNT("nsGfxCheckboxControlFrame", aReflowState.reason);
DISPLAY_REFLOW(this, aReflowState, aDesiredSize, aStatus);
nsresult rv = nsFormControlFrame::Reflow(aPresContext, aDesiredSize, aReflowState, aStatus);
COMPARE_QUIRK_SIZE("nsGfxCheckboxControlFrame", 13, 13)