[LayoutNG] Mark as fragmentainer when column-balancing.
When performing column layout, we need to tell the builder that it's to generate a column box, as this determines the behavior when finishing fragmentation; see IsFragmentainerBoxType() check in FinalizeForFragmentation() in NGBlockLayoutAlgorithm). The other entry points to column layout already take care of this, but it was missing for the initial column balancing pass. Bug: 829028 Change-Id: I60914b7adead19e4efa441d05733d4bd819dafd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440527 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#812693}
Showing
Please register or sign in to comment