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

@@ -475,7 +475,7 @@ NS_METHOD nsTableCellFrame::Reflow(nsIPresContext& aPresContext,
kidSize.width=kidSize.height=kidSize.ascent=kidSize.descent=0;
SetPriorAvailWidth(aReflowState.availableWidth);
nsIFrame* firstKid = mFrames.FirstChild();
nsHTMLReflowState kidReflowState(aPresContext, firstKid, aReflowState,
nsHTMLReflowState kidReflowState(aPresContext, aReflowState, firstKid,
availSize);
ReflowChild(firstKid, aPresContext, kidSize, kidReflowState, aStatus);