Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: LayoutTests/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt

Issue 63943006: Re-enable solid background color optimization for composited layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add window.internals.forceCompositingUpdate(document) to webgl test to avoid flaky Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 800.00 600.00) 2 (bounds 800.00 600.00)
3 (paintingPhases 3 (paintingPhases
4 GraphicsLayerPaintBackground 4 GraphicsLayerPaintBackground
5 GraphicsLayerPaintForeground 5 GraphicsLayerPaintForeground
6 GraphicsLayerPaintMask 6 GraphicsLayerPaintMask
7 ) 7 )
8 (children 1 8 (children 1
9 (GraphicsLayer 9 (GraphicsLayer
10 (bounds 800.00 600.00) 10 (bounds 800.00 600.00)
(...skipping 29 matching lines...) Expand all
40 (drawsContent 1) 40 (drawsContent 1)
41 (paintingPhases 41 (paintingPhases
42 GraphicsLayerPaintOverflowContents 42 GraphicsLayerPaintOverflowContents
43 GraphicsLayerPaintCompositedScroll 43 GraphicsLayerPaintCompositedScroll
44 ) 44 )
45 (children 2 45 (children 2
46 (GraphicsLayer 46 (GraphicsLayer
47 (position 0.00 10.00) 47 (position 0.00 10.00)
48 (bounds 80.00 10.00) 48 (bounds 80.00 10.00)
49 (contentsOpaque 1) 49 (contentsOpaque 1)
50 (drawsContent 1)
51 (backgroundColor #008000)
52 (paintingPhases 50 (paintingPhases
53 GraphicsLayerPaintBackground 51 GraphicsLayerPaintBackground
54 GraphicsLayerPaintForeground 52 GraphicsLayerPaintForeground
55 GraphicsLayerPaintMask 53 GraphicsLayerPaintMask
56 ) 54 )
57 ) 55 )
58 (GraphicsLayer 56 (GraphicsLayer
59 (bounds 185.00 715.00) 57 (bounds 185.00 715.00)
60 (drawsContent 1) 58 (drawsContent 1)
61 (paintingPhases 59 (paintingPhases
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 ) 95 )
98 ) 96 )
99 ) 97 )
100 ) 98 )
101 ) 99 )
102 ) 100 )
103 ) 101 )
104 ) 102 )
105 103
106 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698