Make ReflowOverflowContainerChildren handle split overflow areas. (Bug 542595, patch 3) r=roc a2.0=blocking2.0:beta8
This commit is contained in:
@@ -856,7 +856,7 @@ nsContainerFrame::FinishReflowChild(nsIFrame* aKidFrame,
|
||||
nsresult
|
||||
nsContainerFrame::ReflowOverflowContainerChildren(nsPresContext* aPresContext,
|
||||
const nsHTMLReflowState& aReflowState,
|
||||
nsRect& aOverflowRect,
|
||||
nsOverflowAreas& aOverflowRects,
|
||||
PRUint32 aFlags,
|
||||
nsReflowStatus& aStatus)
|
||||
{
|
||||
@@ -993,7 +993,7 @@ nsContainerFrame::ReflowOverflowContainerChildren(nsPresContext* aPres
|
||||
if (aReflowState.mFloatManager)
|
||||
nsBlockFrame::RecoverFloatsFor(frame, *aReflowState.mFloatManager);
|
||||
}
|
||||
ConsiderChildOverflow(aOverflowRect, frame);
|
||||
ConsiderChildOverflow(aOverflowRects, frame);
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user