[LayoutNG] Paint for abspos elements inside a spanner
In CL:2568852, the containing block chain for spanners was updated in NG to skip directly to the multi-column container. However, during paint, this resulted in calculating the incorrect containing layer, which in certain cases caused us to not paint the abspos element. This change fixes this by using the more expensive path for calculating the containing layer when an OOF positioned element is nested inside of a multi-column. Bug: 1079031 Change-Id: I5bce5333efbd59d1e58ee5f2ddf43bb539fa9bd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580940 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#835961}
Showing
Please register or sign in to comment