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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-3d-expected.txt

Issue 14407003: Disable solid background color optimization for composited layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 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 (children 1 8 (children 1
9 (GraphicsLayer 9 (GraphicsLayer
10 (position 108.00 108.00) 10 (position 108.00 108.00)
11 (bounds 100.00 100.00) 11 (bounds 100.00 100.00)
12 (contentsOpaque 1) 12 (contentsOpaque 1)
13 (drawsContent 1)
14 (backgroundColor #008000)
13 (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 (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])
14 ) 16 )
15 ) 17 )
16 ) 18 )
17 ) 19 )
18 ) 20 )
19 21
20 After: 22 After:
21 (GraphicsLayer 23 (GraphicsLayer
22 (bounds 800.00 600.00) 24 (bounds 800.00 600.00)
23 (children 1 25 (children 1
24 (GraphicsLayer 26 (GraphicsLayer
25 (bounds 800.00 600.00) 27 (bounds 800.00 600.00)
26 (contentsOpaque 1) 28 (contentsOpaque 1)
27 (children 5 29 (children 5
28 (GraphicsLayer 30 (GraphicsLayer
29 (position 108.00 108.00) 31 (position 108.00 108.00)
30 (bounds 100.00 100.00) 32 (bounds 100.00 100.00)
31 (contentsOpaque 1) 33 (contentsOpaque 1)
34 (drawsContent 1)
35 (backgroundColor #008000)
32 (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]) 36 (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])
33 ) 37 )
34 (GraphicsLayer 38 (GraphicsLayer
35 (position 8.00 8.00) 39 (position 8.00 8.00)
36 (bounds 100.00 150.00) 40 (bounds 100.00 150.00)
37 (contentsOpaque 1) 41 (contentsOpaque 1)
42 (drawsContent 1)
43 (backgroundColor #808080)
38 ) 44 )
39 (GraphicsLayer 45 (GraphicsLayer
40 (position 208.00 8.00) 46 (position 208.00 8.00)
41 (bounds 100.00 150.00) 47 (bounds 100.00 150.00)
42 (contentsOpaque 1) 48 (contentsOpaque 1)
49 (drawsContent 1)
50 (backgroundColor #808080)
43 ) 51 )
44 (GraphicsLayer 52 (GraphicsLayer
45 (position 8.00 158.00) 53 (position 8.00 158.00)
46 (bounds 100.00 150.00) 54 (bounds 100.00 150.00)
47 (contentsOpaque 1) 55 (contentsOpaque 1)
56 (drawsContent 1)
57 (backgroundColor #808080)
48 ) 58 )
49 (GraphicsLayer 59 (GraphicsLayer
50 (position 208.00 158.00) 60 (position 208.00 158.00)
51 (bounds 100.00 150.00) 61 (bounds 100.00 150.00)
52 (contentsOpaque 1) 62 (contentsOpaque 1)
63 (drawsContent 1)
64 (backgroundColor #808080)
53 ) 65 )
54 ) 66 )
55 ) 67 )
56 ) 68 )
57 ) 69 )
58 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698