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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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
(Empty)
1 {
2 "bounds": [800, 600],
3 "paintingPhases": [
4 "GraphicsLayerPaintBackground",
5 "GraphicsLayerPaintForeground",
6 "GraphicsLayerPaintMask"
7 ],
8 "children": [
9 {
10 "bounds": [800, 600],
11 "contentsOpaque": true,
12 "drawsContent": true,
13 "paintingPhases": [
14 "GraphicsLayerPaintBackground",
15 "GraphicsLayerPaintForeground",
16 "GraphicsLayerPaintMask"
17 ],
18 "children": [
19 {
20 "position": [8, 8],
21 "bounds": [102, 102],
22 "drawsContent": true,
23 "paintingPhases": [
24 "GraphicsLayerPaintBackground",
25 "GraphicsLayerPaintMask",
26 "GraphicsLayerPaintCompositedScroll"
27 ],
28 "children": [
29 {
30 "position": [1, 1],
31 "bounds": [85, 85],
32 "paintingPhases": [
33 "GraphicsLayerPaintBackground",
34 "GraphicsLayerPaintForeground",
35 "GraphicsLayerPaintMask"
36 ],
37 "children": [
38 {
39 "bounds": [85, 120],
40 "shouldFlattenTransform": false,
41 "drawsContent": true,
42 "paintingPhases": [
43 "GraphicsLayerPaintForeground",
44 "GraphicsLayerPaintOverflowContents",
45 "GraphicsLayerPaintCompositedScroll"
46 ],
47 "children": [
48 {
49 "shouldFlattenTransform": false,
50 "paintingPhases": [
51 "GraphicsLayerPaintForeground",
52 "GraphicsLayerPaintOverflowContents",
53 "GraphicsLayerPaintCompositedScroll"
54 ]
55 }
56 ]
57 }
58 ]
59 },
60 {
61 "paintingPhases": [
62 "GraphicsLayerPaintBackground",
63 "GraphicsLayerPaintForeground",
64 "GraphicsLayerPaintMask"
65 ],
66 "children": [
67 {
68 "position": [1, 86],
69 "bounds": [85, 15],
70 "paintingPhases": [
71 "GraphicsLayerPaintBackground",
72 "GraphicsLayerPaintForeground",
73 "GraphicsLayerPaintMask"
74 ]
75 },
76 {
77 "position": [86, 1],
78 "bounds": [15, 85],
79 "paintingPhases": [
80 "GraphicsLayerPaintBackground",
81 "GraphicsLayerPaintForeground",
82 "GraphicsLayerPaintMask"
83 ]
84 },
85 {
86 "position": [86, 86],
87 "bounds": [15, 15],
88 "drawsContent": true,
89 "paintingPhases": [
90 "GraphicsLayerPaintBackground",
91 "GraphicsLayerPaintForeground",
92 "GraphicsLayerPaintMask"
93 ]
94 }
95 ]
96 }
97 ]
98 }
99 ]
100 }
101 ]
102 }
103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698