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

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

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

Powered by Google App Engine
This is Rietveld 408576698