From 7abbda59973b329ec99a2a80576b207e78d7374f Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Fri, 21 Apr 2000 22:02:46 +0000 Subject: [PATCH] Add ifdef'ed Performance Reflow Counting code --- layout/html/forms/src/nsGfxListControlFrame.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/html/forms/src/nsGfxListControlFrame.cpp b/layout/html/forms/src/nsGfxListControlFrame.cpp index 1b3e40603ec6..31f74fb74b4a 100644 --- a/layout/html/forms/src/nsGfxListControlFrame.cpp +++ b/layout/html/forms/src/nsGfxListControlFrame.cpp @@ -356,6 +356,8 @@ nsGfxListControlFrame::Reflow(nsIPresContext* aPresContext, const nsHTMLReflowState& aReflowState, nsReflowStatus& aStatus) { + DO_GLOBAL_REFLOW_COUNT("nsGfxListControlFrame", aReflowState.reason); + REFLOW_COUNTER_REQUEST(); aStatus = NS_FRAME_COMPLETE;