use new nsHTMLReflowState ctors

This commit is contained in:
kipp@netscape.com
1999-03-05 04:19:09 +00:00
parent 31edaa696b
commit 4b0544c35e
34 changed files with 203 additions and 201 deletions

View File

@@ -255,7 +255,7 @@ NS_IMETHODIMP nsFileControlFrame::Reflow(nsIPresContext& aPresContext,
childFrame = mFrames.FirstChild();
nsPoint offset(0,0);
while (nsnull != childFrame) { // reflow, place, size the children
nsHTMLReflowState reflowState(aPresContext, childFrame, aReflowState,
nsHTMLReflowState reflowState(aPresContext, aReflowState, childFrame,
maxSize);
nsIHTMLReflow* htmlReflow;