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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-animation-clipping-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 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 785.00 812.00) 2 (bounds 785.00 812.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 785.00 812.00) 5 (bounds 785.00 812.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (drawsContent 1) 7 (drawsContent 1)
8 (children 3 8 (children 3
9 (GraphicsLayer 9 (GraphicsLayer
10 (position 18.00 120.00) 10 (position 18.00 120.00)
11 (bounds 100.00 100.00) 11 (bounds 100.00 100.00)
12 (contentsOpaque 1) 12 (contentsOpaque 1)
13 (drawsContent 1)
14 (backgroundColor #0000FF)
13 (transform ...) 15 (transform ...)
14 ) 16 )
15 (GraphicsLayer 17 (GraphicsLayer
16 (position 58.00 230.00) 18 (position 58.00 230.00)
17 (bounds 122.00 462.00) 19 (bounds 122.00 462.00)
18 (contentsOpaque 1) 20 (contentsOpaque 1)
19 (drawsContent 1) 21 (drawsContent 1)
20 (backgroundColor #FFFFFF) 22 (backgroundColor #FFFFFF)
21 (children 1 23 (children 1
22 (GraphicsLayer 24 (GraphicsLayer
23 (position 1.00 1.00) 25 (position 1.00 1.00)
24 (bounds 120.00 460.00) 26 (bounds 120.00 460.00)
25 (children 3 27 (children 3
26 (GraphicsLayer 28 (GraphicsLayer
27 (position 10.00 10.00) 29 (position 10.00 10.00)
28 (bounds 100.00 100.00) 30 (bounds 100.00 100.00)
29 (contentsOpaque 1) 31 (contentsOpaque 1)
32 (drawsContent 1)
33 (backgroundColor #808080)
30 (transform ...) 34 (transform ...)
31 ) 35 )
32 (GraphicsLayer 36 (GraphicsLayer
33 (position 10.00 230.00) 37 (position 10.00 230.00)
34 (bounds 100.00 100.00) 38 (bounds 100.00 100.00)
35 (contentsOpaque 1) 39 (contentsOpaque 1)
40 (drawsContent 1)
41 (backgroundColor #0000FF)
36 (transform ...) 42 (transform ...)
37 ) 43 )
38 (GraphicsLayer 44 (GraphicsLayer
39 (position 10.00 340.00) 45 (position 10.00 340.00)
40 (bounds 100.00 100.00) 46 (bounds 100.00 100.00)
41 (contentsOpaque 1) 47 (contentsOpaque 1)
48 (drawsContent 1)
49 (backgroundColor #FFFF00)
42 ) 50 )
43 ) 51 )
44 ) 52 )
45 ) 53 )
46 ) 54 )
47 (GraphicsLayer 55 (GraphicsLayer
48 (position 18.00 702.00) 56 (position 18.00 702.00)
49 (bounds 100.00 100.00) 57 (bounds 100.00 100.00)
50 (contentsOpaque 1) 58 (contentsOpaque 1)
59 (drawsContent 1)
60 (backgroundColor #FFFF00)
51 ) 61 )
52 ) 62 )
53 ) 63 )
54 ) 64 )
55 ) 65 )
56 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698