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/compositing/layer-creation/overlap-animation-container-expected.txt

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make Mac test bot pass Created 6 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
OLDNEW
1 Before: 1 Before:
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 785.00 802.00) 3 (bounds 785.00 802.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 785.00 802.00) 6 (bounds 785.00 802.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 3 9 (children 3
10 (GraphicsLayer 10 (GraphicsLayer
11 (position 17.00 119.00) 11 (position 17.00 119.00)
12 (bounds 102.00 102.00) 12 (bounds 102.00 102.00)
13 (drawsContent 1)
14 (backgroundColor #0000FF)
13 (transform ...) 15 (transform ...)
14 ) 16 )
15 (GraphicsLayer 17 (GraphicsLayer
16 (position 47.00 229.00) 18 (position 47.00 229.00)
17 (bounds 144.00 454.00) 19 (bounds 144.00 454.00)
18 (drawsContent 1) 20 (drawsContent 1)
19 (backgroundColor #FFFFFF) 21 (backgroundColor #FFFFFF)
20 (children 1 22 (children 1
21 (GraphicsLayer 23 (GraphicsLayer
22 (position 21.00 11.00) 24 (position 21.00 11.00)
23 (bounds 102.00 102.00) 25 (bounds 102.00 102.00)
26 (drawsContent 1)
27 (backgroundColor #808080)
24 (transform ...) 28 (transform ...)
25 ) 29 )
26 ) 30 )
27 ) 31 )
28 (GraphicsLayer 32 (GraphicsLayer
29 (position 17.00 691.00) 33 (position 17.00 691.00)
30 (bounds 102.00 102.00) 34 (bounds 102.00 102.00)
35 (drawsContent 1)
36 (backgroundColor #FFFF00)
31 ) 37 )
32 ) 38 )
33 ) 39 )
34 ) 40 )
35 ) 41 )
36 42
37 After: 43 After:
38 (GraphicsLayer 44 (GraphicsLayer
39 (bounds 785.00 802.00) 45 (bounds 785.00 802.00)
40 (children 1 46 (children 1
41 (GraphicsLayer 47 (GraphicsLayer
42 (bounds 785.00 802.00) 48 (bounds 785.00 802.00)
43 (contentsOpaque 1) 49 (contentsOpaque 1)
44 (drawsContent 1) 50 (drawsContent 1)
45 (children 3 51 (children 3
46 (GraphicsLayer 52 (GraphicsLayer
47 (position 17.00 119.00) 53 (position 17.00 119.00)
48 (bounds 102.00 102.00) 54 (bounds 102.00 102.00)
55 (drawsContent 1)
56 (backgroundColor #0000FF)
49 (transform ...) 57 (transform ...)
50 ) 58 )
51 (GraphicsLayer 59 (GraphicsLayer
52 (position 57.00 229.00) 60 (position 57.00 229.00)
53 (bounds 124.00 454.00) 61 (bounds 124.00 454.00)
54 (drawsContent 1) 62 (drawsContent 1)
55 (backgroundColor #FFFFFF) 63 (backgroundColor #FFFFFF)
56 (children 4 64 (children 4
57 (GraphicsLayer 65 (GraphicsLayer
58 (position 11.00 11.00) 66 (position 11.00 11.00)
59 (bounds 102.00 102.00) 67 (bounds 102.00 102.00)
68 (drawsContent 1)
69 (backgroundColor #808080)
60 (transform ...) 70 (transform ...)
61 ) 71 )
62 (GraphicsLayer 72 (GraphicsLayer
63 (position 11.00 121.00) 73 (position 11.00 121.00)
64 (bounds 102.00 102.00) 74 (bounds 102.00 102.00)
65 (drawsContent 1) 75 (drawsContent 1)
66 (backgroundColor #008000) 76 (backgroundColor #008000)
67 (transform ...) 77 (transform ...)
68 ) 78 )
69 (GraphicsLayer 79 (GraphicsLayer
70 (position 11.00 231.00) 80 (position 11.00 231.00)
71 (bounds 102.00 102.00) 81 (bounds 102.00 102.00)
72 (drawsContent 1) 82 (drawsContent 1)
73 (backgroundColor #008000) 83 (backgroundColor #008000)
74 (transform ...) 84 (transform ...)
75 ) 85 )
76 (GraphicsLayer 86 (GraphicsLayer
77 (position 11.00 341.00) 87 (position 11.00 341.00)
78 (bounds 102.00 102.00) 88 (bounds 102.00 102.00)
79 (drawsContent 1) 89 (drawsContent 1)
80 (backgroundColor #008000) 90 (backgroundColor #008000)
81 ) 91 )
82 ) 92 )
83 ) 93 )
84 (GraphicsLayer 94 (GraphicsLayer
85 (position 17.00 691.00) 95 (position 17.00 691.00)
86 (bounds 102.00 102.00) 96 (bounds 102.00 102.00)
97 (drawsContent 1)
98 (backgroundColor #FFFF00)
87 ) 99 )
88 ) 100 )
89 ) 101 )
90 ) 102 )
91 ) 103 )
92 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698