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

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

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "paintingPhases": [ 3 "paintingPhases": [
4 "GraphicsLayerPaintBackground", 4 "GraphicsLayerPaintBackground",
5 "GraphicsLayerPaintForeground", 5 "GraphicsLayerPaintForeground",
6 "GraphicsLayerPaintMask" 6 "GraphicsLayerPaintMask"
7 ], 7 ],
8 "children": [ 8 "children": [
9 { 9 {
10 "bounds": [800, 600], 10 "bounds": [800, 600],
(...skipping 19 matching lines...) Expand all
30 "position": [1, 1], 30 "position": [1, 1],
31 "bounds": [85, 85], 31 "bounds": [85, 85],
32 "paintingPhases": [ 32 "paintingPhases": [
33 "GraphicsLayerPaintBackground", 33 "GraphicsLayerPaintBackground",
34 "GraphicsLayerPaintForeground", 34 "GraphicsLayerPaintForeground",
35 "GraphicsLayerPaintMask" 35 "GraphicsLayerPaintMask"
36 ], 36 ],
37 "children": [ 37 "children": [
38 { 38 {
39 "bounds": [85, 120], 39 "bounds": [85, 120],
40 "shouldFlattenTransform": false,
40 "drawsContent": true, 41 "drawsContent": true,
41 "paintingPhases": [ 42 "paintingPhases": [
42 "GraphicsLayerPaintForeground", 43 "GraphicsLayerPaintForeground",
43 "GraphicsLayerPaintOverflowContents", 44 "GraphicsLayerPaintOverflowContents",
44 "GraphicsLayerPaintCompositedScroll" 45 "GraphicsLayerPaintCompositedScroll"
45 ], 46 ],
46 "children": [ 47 "children": [
47 { 48 {
49 "shouldFlattenTransform": false,
48 "paintingPhases": [ 50 "paintingPhases": [
49 "GraphicsLayerPaintForeground", 51 "GraphicsLayerPaintForeground",
50 "GraphicsLayerPaintOverflowContents", 52 "GraphicsLayerPaintOverflowContents",
51 "GraphicsLayerPaintCompositedScroll" 53 "GraphicsLayerPaintCompositedScroll"
52 ] 54 ]
53 } 55 }
54 ] 56 ]
55 } 57 }
56 ] 58 ]
57 }, 59 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 94 }
93 ] 95 ]
94 } 96 }
95 ] 97 ]
96 } 98 }
97 ] 99 ]
98 } 100 }
99 ] 101 ]
100 } 102 }
101 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698