Chromium Code Reviews
DescriptionDon't try to paint graphics layers inside throttled frames
Previously painting was skipped for PaintLayers that correspond to
throttled FrameViews. This could still result in the painting of
child PaintLayers that are not FrameViews but still reside in a
throttled FrameView.
This patch amends the paint suppression logic to skip all layers whose
containing view is throttled. We also avoid requiring a clean layout for
such layers since throttling means the layout can be out of date.
BUG=609757
Committed: https://crrev.com/8d0f39db6e6aa60e17c38e2ed7ace717baceef86
Cr-Commit-Position: refs/heads/master@{#393106}
Patch Set 1 #Patch Set 2 : Add tests. #
Messages
Total messages: 12 (5 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||