use new nsHTMLReflowState ctors
git-svn-id: svn://10.0.0.236/trunk@22833 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user