DescriptionExclude cases of full repaint on viewport height change
We treat viewport as the background positioning area if background-
attachment is 'fixed' (otherwise the viewport is only the background
paiting area, not the background positioning area).
Added the condition to avoid full repaint if background is not fixed
or is composited.
BUG=258219
TEST=fast/repaint/window-resize-background-image-generated.html
TEST=fast/repaint/window-resize-background-image-non-fixed.html
TEST=fast/repaint/window-resize-background-image-fixed-centered-composited.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175398
Patch Set 1 #Patch Set 2 : Separated generic background repaint conditions out of this CL #Patch Set 3 : Rebase #Messages
Total messages: 12 (0 generated)
|