Bug 789096 patch 9: use logical coordinates in nsHTMLReflowState available size. r=jfkthame

This commit is contained in:
Simon Montagu
2014-07-24 01:28:46 -07:00
parent 2f544c748c
commit 0132cc9646
48 changed files with 489 additions and 270 deletions

View File

@@ -908,7 +908,8 @@ nsTableCellFrame::Reflow(nsPresContext* aPresContext,
}
nsHTMLReflowState kidReflowState(aPresContext, aReflowState, firstKid,
availSize);
LogicalSize(firstKid->GetWritingMode(),
availSize));
// Don't be a percent height observer if we're in the middle of
// special-height reflow, in case we get an accidental NotifyPercentHeight()