Force compositing update for parent of throttled composited iframe
Speculative fix for crasher. If a throttled iframe is composited, CompositingRequirementsUpdater running on the parent document should notice the composited iframe and force compositing in the parent document. However, CompositingRequirementsUpdater will not run in the parent frame if the parent is not marked as needing compositing update. If the hypothesis is correct, it's still not clear how this situation can happen. A throttled iframe will not run compositing assignment update, so the state of its root graphics layer should not change, and the parent document should already be compositing and shouldn't need to run CompositingRequirementsUpdater. Bug: 1133662 Change-Id: Ica6ffbac1ae192c6795ef4b1379b9f2b919cf729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644350 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#846391}
Showing
Please register or sign in to comment