[LayoutNG] Don't miss cache on changing table height restrictedness.
When a table-cell changes between having a restricted block-size and not having one, that doesn't imply that we have to re-lay out all children. Move the bit out of ConstraintSpaceFlags, so that we don't force a cache miss on all children when this happens, but rather check if the size of the children will actually change. This is a follow-up on https://chromium-review.googlesource.com/c/chromium/src/+/1621166 Bug: 964282 Change-Id: I56bca9eb820a008b54dfb7279860114939a1fe8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624325Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#662174}
Showing
Please register or sign in to comment