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

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

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

Powered by Google App Engine
This is Rietveld 408576698