[LayoutNG] Refactor NGConstraintSpace::MaySkipLayout
Previously if a NGConstraintSpace had a rare-data object, and the comparison NGConstraintSpace did not, we said we couldn't skip layout. However there are cases where we may allocate a rare-data object and still be able to skip layout. I don't believe this case is particularly common, so this is just a cleanup patch. Bug: 635619 Change-Id: Iba91c9028b614fcce0c3bf48b14fe38030709ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546309 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#646412}
Showing
Please register or sign in to comment