DescriptionBetter isPageLogicalHeightKnown() implementation.
Need to consult the flow thread, if we have one. We may run into situations
where fragmentainer groups in the first column set have got their height
calculated, while later column sets still haven't calculated it [1]. So
checking if flow thread offset 0 is in a fragmentainer of known height isn't
good enough.
Also moved the implementation from LayoutBlock to LayoutBox, since it's pretty
coincidental that we currently don't need this particular method outside of
LayoutBlock.
[1] LayoutMultiColumnSet::recalculateColumnHeight() may reset the column
heights if it detects that the column set has been moved since previous layout
pass.
BUG=670902
Committed: https://crrev.com/95342a4986af56783818b4a7f578f4b3b2bf5f2b
Cr-Commit-Position: refs/heads/master@{#437063}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|