DescriptionSplit positionAndLayoutFloat() off positionNewFloats().
Float layout is somewhat broken when it comes to fragmentation (multicol,
printing). We're going to have to make sure that we always position the
float before laying it out, and, after layout, insert a break before it if
needed. This is a preparatory CL for that.
We currently lay out a float e.g. in insertFloatingObject() without
worrying about setting the position first.
No behavior changes intended.
BUG=663942
Committed: https://crrev.com/d108b2435612ff0bf1f2d88e79f798b691889df2
Cr-Commit-Position: refs/heads/master@{#431422}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 12 (5 generated)
|