use new nsHTMLReflowState ctors

git-svn-id: svn://10.0.0.236/trunk@22850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-03-05 04:29:11 +00:00
parent 001a19082a
commit f73b4b8971
13 changed files with 65 additions and 42 deletions

View File

@@ -727,7 +727,8 @@ nsObjectFrame::Reflow(nsIPresContext& aPresContext,
else
reflowReason = eReflowReason_Resize;
nsHTMLReflowState kidReflowState(aPresContext, child, aReflowState, availSize, reflowReason);
nsHTMLReflowState kidReflowState(aPresContext, aReflowState, child,
availSize, reflowReason);
nsReflowStatus status;