bug 141021 - Add NeedPass2Reflow flag. a=chofmann,jaimejr, sr=waterson, r=bernd.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_0_BRANCH@132380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -986,6 +986,8 @@ nsTableRowFrame::ReflowChildren(nsIPresContext* aPresContext,
|
||||
(cellDesiredSize.width > cellFrame->GetPriorAvailWidth()) ||
|
||||
(eReflowReason_StyleChange == aReflowState.reason) ||
|
||||
isPaginated ||
|
||||
(cellFrame->NeedPass2Reflow() &&
|
||||
NS_UNCONSTRAINEDSIZE != aReflowState.availableWidth) ||
|
||||
(aReflowState.mFlags.mSpecialHeightReflow && cellFrame->NeedSpecialReflow()) ||
|
||||
(!aReflowState.mFlags.mSpecialHeightReflow && cellFrame->HadSpecialReflow()) ||
|
||||
HasPctHeight() ||
|
||||
|
||||
Reference in New Issue
Block a user