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

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

Issue 311273008: Remove anchorPoint from WebLayer and GraphicsLayer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix. Created 6 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 123456Before: 1 123456Before:
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 (children 1 12 (children 1
13 (GraphicsLayer 13 (GraphicsLayer
14 (shouldFlattenTransform 0) 14 (shouldFlattenTransform 0)
15 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.2 5 1.00 -0.01] [0.00 0.00 0.00 1.00]) 15 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.2 5 1.00 -0.01] [0.00 0.00 0.00 1.00])
16 (children 1 16 (children 1
17 (GraphicsLayer 17 (GraphicsLayer
18 (anchor 50.00 50.00)
19 (transformOrigin 50.00 50.00) 18 (transformOrigin 50.00 50.00)
20 (bounds 1.00 1.00) 19 (bounds 1.00 1.00)
21 (shouldFlattenTransform 0) 20 (shouldFlattenTransform 0)
22 (3dRenderingContext 1) 21 (3dRenderingContext 1)
23 (transform [0.35 0.25 -0.50 0.00] [0.00 0.35 0.71 0.00] [0.35 -0.25 0.50 0.00] [0.00 0.00 0.00 1.00]) 22 (transform [0.35 0.25 -0.50 0.00] [0.00 0.35 0.71 0.00] [0.35 -0.25 0.50 0.00] [0.00 0.00 0.00 1.00])
24 (children 6 23 (children 6
25 (GraphicsLayer 24 (GraphicsLayer
26 (bounds 100.00 100.00) 25 (bounds 100.00 100.00)
27 (3dRenderingContext 1) 26 (3dRenderingContext 1)
28 (drawsContent 1) 27 (drawsContent 1)
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 (drawsContent 1) 84 (drawsContent 1)
86 (children 2 85 (children 2
87 (GraphicsLayer 86 (GraphicsLayer
88 (position 108.00 108.00) 87 (position 108.00 108.00)
89 (children 1 88 (children 1
90 (GraphicsLayer 89 (GraphicsLayer
91 (shouldFlattenTransform 0) 90 (shouldFlattenTransform 0)
92 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.2 5 1.00 -0.01] [0.00 0.00 0.00 1.00]) 91 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.2 5 1.00 -0.01] [0.00 0.00 0.00 1.00])
93 (children 1 92 (children 1
94 (GraphicsLayer 93 (GraphicsLayer
95 (anchor 50.00 50.00)
96 (transformOrigin 50.00 50.00) 94 (transformOrigin 50.00 50.00)
97 (bounds 1.00 1.00) 95 (bounds 1.00 1.00)
98 (shouldFlattenTransform 0) 96 (shouldFlattenTransform 0)
99 (3dRenderingContext 1) 97 (3dRenderingContext 1)
100 (transform [0.71 0.50 -0.50 0.00] [0.00 0.71 0.71 0.00] [0.71 -0.50 0.50 0.00] [0.00 0.00 0.00 1.00]) 98 (transform [0.71 0.50 -0.50 0.00] [0.00 0.71 0.71 0.00] [0.71 -0.50 0.50 0.00] [0.00 0.00 0.00 1.00])
101 (children 6 99 (children 6
102 (GraphicsLayer 100 (GraphicsLayer
103 (bounds 100.00 100.00) 101 (bounds 100.00 100.00)
104 (3dRenderingContext 1) 102 (3dRenderingContext 1)
105 (drawsContent 1) 103 (drawsContent 1)
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 (bounds 300.00 300.00) 159 (bounds 300.00 300.00)
162 (drawsContent 1) 160 (drawsContent 1)
163 ) 161 )
164 ) 162 )
165 ) 163 )
166 ) 164 )
167 ) 165 )
168 ) 166 )
169 ) 167 )
170 168
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698