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

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

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 6 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 (drawsContent 1)
12 (paintingPhases 13 (paintingPhases
13 GraphicsLayerPaintBackground 14 GraphicsLayerPaintBackground
14 GraphicsLayerPaintForeground 15 GraphicsLayerPaintForeground
15 GraphicsLayerPaintMask 16 GraphicsLayerPaintMask
16 ) 17 )
17 (children 1 18 (children 1
18 (GraphicsLayer 19 (GraphicsLayer
19 (position 28.00 20.00) 20 (position 28.00 20.00)
20 (bounds 202.00 202.00) 21 (bounds 202.00 202.00)
21 (drawsContent 1) 22 (drawsContent 1)
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ) 97 )
97 ) 98 )
98 ) 99 )
99 ) 100 )
100 ) 101 )
101 ) 102 )
102 ) 103 )
103 ) 104 )
104 105
105 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698