[LayoutNG] Support fragmentainer breaks between column spanners.
While it's nice on its own to handle this, this CL can also be used as an example to lean on when implementing block fragmentation support in other layout modes, such as flexbox and tables. We still don't support early breaks before column rows. That may also be a useful thing to support, but it would require some more work, since we'd need another way of specifying early breaks, because column rows aren't uniquely identified by nodes. NGEarlyBreak currently only supports breaks before line numbers or nodes. Bug: 829028 Change-Id: Id1517790826223402c6ea4cd72ca565e0bd0e368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865325 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#707261}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment