[layout] Add NGPhysicalBoxFragment::{LayoutOverflow,InflowBounds}.
This adds two new fields to NGPhysicalBoxFragment. The calculated LayoutOverflow, and the bounds of any inflow children. LayoutOverflow is placed first in the flexible object as it is accessed more frequently, and will always be present if there is borders present. InflowBounds is placed last as it is only accessed when recalculating layout-overflow for a fragment. There should be no behaviour change. Bug: 1066616 Change-Id: I42a08d28d2c5ac5b93aa36c137868a901a848822 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412694 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#811960}
Showing
Please register or sign in to comment