DescriptionFix RenderBlock::percentHeightDescendants()
RenderBlock::percentHeightDescendants() is used to schedule layout of
descencents of a block when the logical height of the block changes.
It should contain descendants having percent height whose real height
calculation depends on the height of the block.
Previously
- the set doesn't contain direct children;
- skipped containing blocks for percent height calculation unnecessarily
have the set.
Let the set contain all necessary objects. This doesn't fix any
functional breakage for now, but later layout optimization may depend
on the correct behavior of the function.
BUG=327815
TEST=WebFrameTest.RenderBlockPercentHeightDescendants
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169588
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|