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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-3d-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 800.00 600.00) 3 (bounds 800.00 600.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 800.00 600.00) 6 (bounds 800.00 600.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
11 (position 108.00 108.00) 11 (position 108.00 108.00)
12 (bounds 100.00 100.00) 12 (bounds 100.00 100.00)
13 (contentsOpaque 1) 13 (contentsOpaque 1)
14 (drawsContent 1)
15 (backgroundColor #008000)
14 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00]) 16 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
15 ) 17 )
16 ) 18 )
17 ) 19 )
18 ) 20 )
19 ) 21 )
20 22
21 After: 23 After:
22 (GraphicsLayer 24 (GraphicsLayer
23 (bounds 800.00 600.00) 25 (bounds 800.00 600.00)
24 (children 1 26 (children 1
25 (GraphicsLayer 27 (GraphicsLayer
26 (bounds 800.00 600.00) 28 (bounds 800.00 600.00)
27 (contentsOpaque 1) 29 (contentsOpaque 1)
28 (drawsContent 1) 30 (drawsContent 1)
29 (children 5 31 (children 5
30 (GraphicsLayer 32 (GraphicsLayer
31 (position 108.00 108.00) 33 (position 108.00 108.00)
32 (bounds 100.00 100.00) 34 (bounds 100.00 100.00)
33 (contentsOpaque 1) 35 (contentsOpaque 1)
36 (drawsContent 1)
37 (backgroundColor #008000)
34 (transform [0.71 0.71 0.00 0.00] [-0.71 0.71 0.00 0.00] [0.00 0.00 1.0 0 0.00] [0.00 0.00 -1.00 1.00]) 38 (transform [0.71 0.71 0.00 0.00] [-0.71 0.71 0.00 0.00] [0.00 0.00 1.0 0 0.00] [0.00 0.00 -1.00 1.00])
35 ) 39 )
36 (GraphicsLayer 40 (GraphicsLayer
37 (position 8.00 8.00) 41 (position 8.00 8.00)
38 (bounds 100.00 150.00) 42 (bounds 100.00 150.00)
39 (contentsOpaque 1) 43 (contentsOpaque 1)
44 (drawsContent 1)
45 (backgroundColor #808080)
40 ) 46 )
41 (GraphicsLayer 47 (GraphicsLayer
42 (position 208.00 8.00) 48 (position 208.00 8.00)
43 (bounds 100.00 150.00) 49 (bounds 100.00 150.00)
44 (contentsOpaque 1) 50 (contentsOpaque 1)
51 (drawsContent 1)
52 (backgroundColor #808080)
45 ) 53 )
46 (GraphicsLayer 54 (GraphicsLayer
47 (position 8.00 158.00) 55 (position 8.00 158.00)
48 (bounds 100.00 150.00) 56 (bounds 100.00 150.00)
49 (contentsOpaque 1) 57 (contentsOpaque 1)
58 (drawsContent 1)
59 (backgroundColor #808080)
50 ) 60 )
51 (GraphicsLayer 61 (GraphicsLayer
52 (position 208.00 158.00) 62 (position 208.00 158.00)
53 (bounds 100.00 150.00) 63 (bounds 100.00 150.00)
54 (contentsOpaque 1) 64 (contentsOpaque 1)
65 (drawsContent 1)
66 (backgroundColor #808080)
55 ) 67 )
56 ) 68 )
57 ) 69 )
58 ) 70 )
59 ) 71 )
60 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698