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

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

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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],
11 "contentsOpaque": true, 11 "contentsOpaque": true,
12 "drawsContent": true, 12 "drawsContent": true,
13 "paintingPhases": [ 13 "paintingPhases": [
14 "GraphicsLayerPaintBackground", 14 "GraphicsLayerPaintBackground",
15 "GraphicsLayerPaintForeground", 15 "GraphicsLayerPaintForeground",
16 "GraphicsLayerPaintMask" 16 "GraphicsLayerPaintMask"
17 ], 17 ],
18 "children": [ 18 "children": [
19 { 19 {
20 "position": [8, 8], 20 "position": [8, 8],
21 "bounds": [102, 102], 21 "bounds": [102, 102],
22 "shouldFlattenTransform": false,
22 "drawsContent": true, 23 "drawsContent": true,
23 "paintingPhases": [ 24 "paintingPhases": [
24 "GraphicsLayerPaintBackground", 25 "GraphicsLayerPaintBackground",
25 "GraphicsLayerPaintMask", 26 "GraphicsLayerPaintMask",
26 "GraphicsLayerPaintCompositedScroll" 27 "GraphicsLayerPaintCompositedScroll"
27 ], 28 ],
28 "children": [ 29 "children": [
29 { 30 {
30 "position": [1, 1], 31 "position": [1, 1],
31 "bounds": [85, 85], 32 "bounds": [85, 85],
33 "shouldFlattenTransform": false,
32 "paintingPhases": [ 34 "paintingPhases": [
33 "GraphicsLayerPaintBackground", 35 "GraphicsLayerPaintBackground",
34 "GraphicsLayerPaintForeground", 36 "GraphicsLayerPaintForeground",
35 "GraphicsLayerPaintMask" 37 "GraphicsLayerPaintMask"
36 ], 38 ],
37 "children": [ 39 "children": [
38 { 40 {
39 "bounds": [85, 120], 41 "bounds": [85, 120],
40 "shouldFlattenTransform": false,
41 "drawsContent": true, 42 "drawsContent": true,
42 "paintingPhases": [ 43 "paintingPhases": [
43 "GraphicsLayerPaintForeground", 44 "GraphicsLayerPaintForeground",
44 "GraphicsLayerPaintOverflowContents", 45 "GraphicsLayerPaintOverflowContents",
45 "GraphicsLayerPaintCompositedScroll" 46 "GraphicsLayerPaintCompositedScroll"
46 ] 47 ]
47 } 48 }
48 ] 49 ]
49 }, 50 },
50 { 51 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 } 86 }
86 ] 87 ]
87 } 88 }
88 ] 89 ]
89 } 90 }
90 ] 91 ]
91 } 92 }
92 ] 93 ]
93 } 94 }
94 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698