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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 25 matching lines...) Expand all
36 ], 36 ],
37 "children": [ 37 "children": [
38 { 38 {
39 "bounds": [85, 120], 39 "bounds": [85, 120],
40 "shouldFlattenTransform": false, 40 "shouldFlattenTransform": false,
41 "drawsContent": true, 41 "drawsContent": true,
42 "paintingPhases": [ 42 "paintingPhases": [
43 "GraphicsLayerPaintForeground", 43 "GraphicsLayerPaintForeground",
44 "GraphicsLayerPaintOverflowContents", 44 "GraphicsLayerPaintOverflowContents",
45 "GraphicsLayerPaintCompositedScroll" 45 "GraphicsLayerPaintCompositedScroll"
46 ],
47 "children": [
48 {
49 "shouldFlattenTransform": false,
50 "paintingPhases": [
51 "GraphicsLayerPaintForeground",
52 "GraphicsLayerPaintOverflowContents",
53 "GraphicsLayerPaintCompositedScroll"
54 ]
55 }
56 ] 46 ]
57 } 47 }
58 ] 48 ]
59 }, 49 },
60 { 50 {
61 "paintingPhases": [ 51 "paintingPhases": [
62 "GraphicsLayerPaintBackground", 52 "GraphicsLayerPaintBackground",
63 "GraphicsLayerPaintForeground", 53 "GraphicsLayerPaintForeground",
64 "GraphicsLayerPaintMask" 54 "GraphicsLayerPaintMask"
65 ], 55 ],
(...skipping 28 matching lines...) Expand all
94 } 84 }
95 ] 85 ]
96 } 86 }
97 ] 87 ]
98 } 88 }
99 ] 89 ]
100 } 90 }
101 ] 91 ]
102 } 92 }
103 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698