[LayoutNG] Finish fragmentainer layout in the block layout algorithm.
Fragmentainers are a bit special, and they are also always block containers. Therefore, just deal with them completely on our own in NGBlockLayoutAlgorithm, instead of leaving the job to FinishFragmentation(). The background here is that I'm working on some changes in FinishFragmentation() where I'd otherwise have to make exceptions for fragmentainers. Better to just avoid it. No behavior changes. Change-Id: Ib18168497bbe4de29aa365beb0c2c3d40aaeccff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236142Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#776624}
Showing
Please register or sign in to comment