DescriptionColumnBalancer: Don't leak the break-after value from the previous sibling to children.
The break-after value of an object should only be considered and joined with
the break-before value of the next in-flow sibling. Said sibling should not let
its children see this value, or anything like that. Doing that might trick the
balancer into believing that we have more forced breaks than what we actually
have.
So there's no point in storing this state as a member in ColumnBalancer. Keep
it local to each object instead.
BUG=605902
Committed: https://crrev.com/f9ae8afc886232819001f274825a6c55d7fc8482
Cr-Commit-Position: refs/heads/master@{#389144}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|