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

Side by Side Diff: LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt

Issue 14407003: Disable solid background color optimization for composited layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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 | Annotate | Revision Log
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 28 matching lines...) Expand all
39 (drawsContent 1) 39 (drawsContent 1)
40 (paintingPhases 40 (paintingPhases
41 GraphicsLayerPaintOverflowContents 41 GraphicsLayerPaintOverflowContents
42 GraphicsLayerPaintCompositedScroll 42 GraphicsLayerPaintCompositedScroll
43 ) 43 )
44 (children 2 44 (children 2
45 (GraphicsLayer 45 (GraphicsLayer
46 (position 0.00 10.00) 46 (position 0.00 10.00)
47 (bounds 80.00 10.00) 47 (bounds 80.00 10.00)
48 (contentsOpaque 1) 48 (contentsOpaque 1)
49 (drawsContent 1)
50 (backgroundColor #008000)
49 (paintingPhases 51 (paintingPhases
50 GraphicsLayerPaintBackground 52 GraphicsLayerPaintBackground
51 GraphicsLayerPaintForeground 53 GraphicsLayerPaintForeground
52 GraphicsLayerPaintMask 54 GraphicsLayerPaintMask
53 ) 55 )
54 ) 56 )
55 (GraphicsLayer 57 (GraphicsLayer
56 (bounds 185.00 715.00) 58 (bounds 185.00 715.00)
57 (drawsContent 1) 59 (drawsContent 1)
58 (paintingPhases 60 (paintingPhases
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ) 96 )
95 ) 97 )
96 ) 98 )
97 ) 99 )
98 ) 100 )
99 ) 101 )
100 ) 102 )
101 ) 103 )
102 104
103 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698