content-visibility: Ensure to propagate positioned movement layout dirty bit.
This patch ensures that we propagate the positioned movement layout dirty bit since it affects "self layout" in the sense that it is the object itself that could be positioned differently, not necessarily its child. The early out right now protects us from propagating child only dirty bits, since those updates would be blocked anyway. R=ikilpatrick@chromium.org, chrishtr@chromium.org Change-Id: I1ed4850317ff0248fc74a9ad09fedba2d5fa2041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542305Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#828928}
Showing
Please register or sign in to comment