DescriptionDon't clip invalidation of composited scrolling contents
The compositor expects that the whole composited scrolling layer to be
invalidated in time and won't update the tiles that are newly visible
when scrolled if the tiles are up-to-date from the compositor side.
If we clip invalidations, the compositor will think the layer areas
outside of the clip are all valid and won't repaint them.
BUG=412516
TEST=compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html
TEST=compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181873
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixed a bug #Patch Set 3 : Rename tests #Patch Set 4 : NeedsRebaseline #Patch Set 5 : #Messages
Total messages: 13 (4 generated)
|