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

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

Issue 988113003: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"], 3 "paintingPhases": [
4 "GraphicsLayerPaintBackground",
5 "GraphicsLayerPaintForeground",
6 "GraphicsLayerPaintMask"
7 ],
4 "children": [ 8 "children": [
5 { 9 {
6 "bounds": [800, 600], 10 "bounds": [800, 600],
7 "contentsOpaque": true, 11 "contentsOpaque": true,
8 "drawsContent": true, 12 "drawsContent": true,
9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"], 13 "paintingPhases": [
14 "GraphicsLayerPaintBackground",
15 "GraphicsLayerPaintForeground",
16 "GraphicsLayerPaintMask"
17 ],
10 "children": [ 18 "children": [
11 { 19 {
12 "position": [8, 8], 20 "position": [8, 8],
13 "bounds": [102, 102], 21 "bounds": [102, 102],
14 "drawsContent": true, 22 "drawsContent": true,
15 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint Mask", "GraphicsLayerPaintCompositedScroll"], 23 "paintingPhases": [
24 "GraphicsLayerPaintBackground",
25 "GraphicsLayerPaintMask",
26 "GraphicsLayerPaintCompositedScroll"
27 ],
16 "children": [ 28 "children": [
17 { 29 {
18 "position": [1, 1], 30 "position": [1, 1],
19 "bounds": [85, 85], 31 "bounds": [85, 85],
20 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"], 32 "paintingPhases": [
33 "GraphicsLayerPaintBackground",
34 "GraphicsLayerPaintForeground",
35 "GraphicsLayerPaintMask"
36 ],
21 "children": [ 37 "children": [
22 { 38 {
23 "bounds": [85, 120], 39 "bounds": [85, 120],
24 "shouldFlattenTransform": false, 40 "shouldFlattenTransform": false,
25 "drawsContent": true, 41 "drawsContent": true,
26 "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLa yerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], 42 "paintingPhases": [
43 "GraphicsLayerPaintForeground",
44 "GraphicsLayerPaintOverflowContents",
45 "GraphicsLayerPaintCompositedScroll"
46 ],
27 "children": [ 47 "children": [
28 { 48 {
29 "shouldFlattenTransform": false, 49 "shouldFlattenTransform": false,
30 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] 50 "paintingPhases": [
51 "GraphicsLayerPaintForeground",
52 "GraphicsLayerPaintOverflowContents",
53 "GraphicsLayerPaintCompositedScroll"
54 ]
31 } 55 }
32 ] 56 ]
33 } 57 }
34 ] 58 ]
35 }, 59 },
36 { 60 {
37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"], 61 "paintingPhases": [
62 "GraphicsLayerPaintBackground",
63 "GraphicsLayerPaintForeground",
64 "GraphicsLayerPaintMask"
65 ],
38 "children": [ 66 "children": [
39 { 67 {
40 "position": [1, 86], 68 "position": [1, 86],
41 "bounds": [85, 15], 69 "bounds": [85, 15],
42 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"] 70 "paintingPhases": [
71 "GraphicsLayerPaintBackground",
72 "GraphicsLayerPaintForeground",
73 "GraphicsLayerPaintMask"
74 ]
43 }, 75 },
44 { 76 {
45 "position": [86, 1], 77 "position": [86, 1],
46 "bounds": [15, 85], 78 "bounds": [15, 85],
47 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"] 79 "paintingPhases": [
80 "GraphicsLayerPaintBackground",
81 "GraphicsLayerPaintForeground",
82 "GraphicsLayerPaintMask"
83 ]
48 }, 84 },
49 { 85 {
50 "position": [86, 86], 86 "position": [86, 86],
51 "bounds": [15, 15], 87 "bounds": [15, 15],
52 "drawsContent": true, 88 "drawsContent": true,
53 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"] 89 "paintingPhases": [
90 "GraphicsLayerPaintBackground",
91 "GraphicsLayerPaintForeground",
92 "GraphicsLayerPaintMask"
93 ]
54 } 94 }
55 ] 95 ]
56 } 96 }
57 ] 97 ]
58 } 98 }
59 ] 99 ]
60 } 100 }
61 ] 101 ]
62 } 102 }
63 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698