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

Side by Side Diff: LayoutTests/platform/win/compositing/update-paint-phases-expected.txt

Issue 342553009: Auto-rebaseline for r176243 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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)
(...skipping 26 matching lines...) Expand all
37 (children 1 37 (children 1
38 (GraphicsLayer 38 (GraphicsLayer
39 (bounds 85.00 120.00) 39 (bounds 85.00 120.00)
40 (shouldFlattenTransform 0) 40 (shouldFlattenTransform 0)
41 (drawsContent 1) 41 (drawsContent 1)
42 (paintingPhases 42 (paintingPhases
43 GraphicsLayerPaintForeground 43 GraphicsLayerPaintForeground
44 GraphicsLayerPaintOverflowContents 44 GraphicsLayerPaintOverflowContents
45 GraphicsLayerPaintCompositedScroll 45 GraphicsLayerPaintCompositedScroll
46 ) 46 )
47 (children 1
48 (GraphicsLayer
49 (paintingPhases
50 GraphicsLayerPaintForeground
51 GraphicsLayerPaintOverflowContents
52 GraphicsLayerPaintCompositedScroll
53 )
54 )
55 )
47 ) 56 )
48 ) 57 )
49 ) 58 )
50 (GraphicsLayer 59 (GraphicsLayer
51 (position 1.00 86.00) 60 (position 1.00 86.00)
52 (bounds 85.00 15.00) 61 (bounds 85.00 15.00)
53 (drawsContent 1) 62 (drawsContent 1)
54 (paintingPhases 63 (paintingPhases
55 GraphicsLayerPaintBackground 64 GraphicsLayerPaintBackground
56 GraphicsLayerPaintForeground 65 GraphicsLayerPaintForeground
(...skipping 20 matching lines...) Expand all
77 GraphicsLayerPaintMask 86 GraphicsLayerPaintMask
78 ) 87 )
79 ) 88 )
80 ) 89 )
81 ) 90 )
82 ) 91 )
83 ) 92 )
84 ) 93 )
85 ) 94 )
86 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698