From 7dbf7f2ea1f63f2f1beb8995eb6ae53421900fcd Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sat, 5 Dec 1998 16:06:14 +0000 Subject: [PATCH] Removed an unwanted DidReflow call git-svn-id: svn://10.0.0.236/trunk@15851 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsFrameFrame.cpp | 1 - mozilla/layout/html/document/src/nsFrameFrame.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/layout/generic/nsFrameFrame.cpp b/mozilla/layout/generic/nsFrameFrame.cpp index b13184e8507..98e4a529305 100644 --- a/mozilla/layout/generic/nsFrameFrame.cpp +++ b/mozilla/layout/generic/nsFrameFrame.cpp @@ -337,7 +337,6 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext, // Place and size the child nsRect rect(borderWidth, borderWidth, innerSize.width, innerSize.height); mFirstChild->SetRect(rect); - htmlReflow->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED); } // XXX what should the max-element-size of an iframe be? Shouldn't diff --git a/mozilla/layout/html/document/src/nsFrameFrame.cpp b/mozilla/layout/html/document/src/nsFrameFrame.cpp index b13184e8507..98e4a529305 100644 --- a/mozilla/layout/html/document/src/nsFrameFrame.cpp +++ b/mozilla/layout/html/document/src/nsFrameFrame.cpp @@ -337,7 +337,6 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext, // Place and size the child nsRect rect(borderWidth, borderWidth, innerSize.width, innerSize.height); mFirstChild->SetRect(rect); - htmlReflow->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED); } // XXX what should the max-element-size of an iframe be? Shouldn't