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

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

Issue 14703004: Reland "Unifies ScrollView and RenderLayer to use non-shi..." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 7 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)
11 (contentsOpaque 1) 11 (contentsOpaque 1)
12 (paintingPhases 12 (paintingPhases
13 GraphicsLayerPaintBackground 13 GraphicsLayerPaintBackground
14 GraphicsLayerPaintForeground 14 GraphicsLayerPaintForeground
15 GraphicsLayerPaintMask 15 GraphicsLayerPaintMask
16 ) 16 )
17 (children 1 17 (children 1
18 (GraphicsLayer 18 (GraphicsLayer
19 (position 28.00 20.00) 19 (position 28.00 20.00)
20 (bounds 202.00 202.00) 20 (bounds 202.00 202.00)
21 (drawsContent 1) 21 (drawsContent 1)
22 (paintingPhases 22 (paintingPhases
23 GraphicsLayerPaintBackground 23 GraphicsLayerPaintBackground
24 GraphicsLayerPaintMask 24 GraphicsLayerPaintMask
25 GraphicsLayerPaintCompositedScroll 25 GraphicsLayerPaintCompositedScroll
26 ) 26 )
27 (children 4 27 (children 4
28 (GraphicsLayer 28 (GraphicsLayer
29 (position 1.00 1.00) 29 (position 1.00 1.00)
30 (bounds 200.00 200.00) 30 (bounds 185.00 185.00)
31 (paintingPhases 31 (paintingPhases
32 GraphicsLayerPaintBackground 32 GraphicsLayerPaintBackground
33 GraphicsLayerPaintForeground 33 GraphicsLayerPaintForeground
34 GraphicsLayerPaintMask 34 GraphicsLayerPaintMask
35 ) 35 )
36 (children 1 36 (children 1
37 (GraphicsLayer 37 (GraphicsLayer
38 (bounds 185.00 715.00) 38 (bounds 185.00 715.00)
39 (drawsContent 1) 39 (drawsContent 1)
40 (paintingPhases 40 (paintingPhases
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ) 96 )
97 ) 97 )
98 ) 98 )
99 ) 99 )
100 ) 100 )
101 ) 101 )
102 ) 102 )
103 ) 103 )
104 104
105 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698