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

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

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 6 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 (children 1 9 (children 1
9 (GraphicsLayer 10 (GraphicsLayer
10 (position 108.00 108.00) 11 (position 108.00 108.00)
11 (bounds 100.00 100.00) 12 (bounds 100.00 100.00)
12 (contentsOpaque 1) 13 (contentsOpaque 1)
13 (drawsContent 1) 14 (drawsContent 1)
14 (backgroundColor #008000) 15 (backgroundColor #008000)
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]) 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])
16 ) 17 )
17 ) 18 )
18 ) 19 )
19 ) 20 )
20 ) 21 )
21 22
22 After: 23 After:
23 (GraphicsLayer 24 (GraphicsLayer
24 (bounds 800.00 600.00) 25 (bounds 800.00 600.00)
25 (children 1 26 (children 1
26 (GraphicsLayer 27 (GraphicsLayer
27 (bounds 800.00 600.00) 28 (bounds 800.00 600.00)
28 (contentsOpaque 1) 29 (contentsOpaque 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)
34 (drawsContent 1) 36 (drawsContent 1)
35 (backgroundColor #008000) 37 (backgroundColor #008000)
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]) 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])
37 ) 39 )
38 (GraphicsLayer 40 (GraphicsLayer
(...skipping 22 matching lines...) Expand all
61 (bounds 100.00 150.00) 63 (bounds 100.00 150.00)
62 (contentsOpaque 1) 64 (contentsOpaque 1)
63 (drawsContent 1) 65 (drawsContent 1)
64 (backgroundColor #808080) 66 (backgroundColor #808080)
65 ) 67 )
66 ) 68 )
67 ) 69 )
68 ) 70 )
69 ) 71 )
70 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698