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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 "drawsContent": true,
71 "paintingPhases": [
72 "GraphicsLayerPaintBackground",
73 "GraphicsLayerPaintForeground",
74 "GraphicsLayerPaintMask"
75 ]
76 },
77 {
78 "position": [86, 1],
79 "bounds": [15, 85],
80 "drawsContent": true,
81 "paintingPhases": [
82 "GraphicsLayerPaintBackground",
83 "GraphicsLayerPaintForeground",
84 "GraphicsLayerPaintMask"
85 ]
86 },
87 {
88 "position": [86, 86],
89 "bounds": [15, 15],
90 "drawsContent": true,
91 "paintingPhases": [
92 "GraphicsLayerPaintBackground",
93 "GraphicsLayerPaintForeground",
94 "GraphicsLayerPaintMask"
95 ]
96 }
97 ]
98 }
99 ]
100 }
101 ]
102 }
103 ]
104 }
105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698