SubtreeVisibility: Allow quirks mode percent descendants to remain dirty.
This patch does two things: 1. It ensures that when we have percent descendants that cross a display-lock boundary, they are allowed to remain dirty (since the display lock would block the traversal) 2. Ensures that if we force unlock a lock, bookkeeping is properly updated. 3. Adds a missing compositing dirty bit propagation to the DisplayLockContext::Unlock function R=cbiesinger@chromium.org, ikilpatrick@chromium.org Fixed: 1070017 Change-Id: I11e896c59421ad99c7a0a274902053a8787a7aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148823 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#759425}
Showing
Please register or sign in to comment