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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-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 1
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 800.00 600.00) 4 (bounds 800.00 600.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 800.00 600.00) 7 (bounds 800.00 600.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 3 10 (children 3
11 (GraphicsLayer 11 (GraphicsLayer
12 (anchor 0.10 0.20)
13 (transformOrigin 50.00 50.00) 12 (transformOrigin 50.00 50.00)
14 (bounds 500.00 250.00) 13 (bounds 500.00 250.00)
15 (drawsContent 1) 14 (drawsContent 1)
16 (children 1 15 (children 1
17 (GraphicsLayer 16 (GraphicsLayer
18 (bounds 500.00 250.00) 17 (bounds 500.00 250.00)
19 (drawsContent 1) 18 (drawsContent 1)
20 ) 19 )
21 ) 20 )
22 ) 21 )
23 (GraphicsLayer 22 (GraphicsLayer
24 (children 2 23 (children 2
25 (GraphicsLayer 24 (GraphicsLayer
26 (position 0.00 250.00) 25 (position 0.00 250.00)
27 (anchor 0.33 0.33)
28 (transformOrigin 50.00 50.00) 26 (transformOrigin 50.00 50.00)
29 (bounds 150.00 150.00) 27 (bounds 150.00 150.00)
30 (drawsContent 1) 28 (drawsContent 1)
31 (children 1 29 (children 1
32 (GraphicsLayer 30 (GraphicsLayer
33 (bounds 150.00 150.00) 31 (bounds 150.00 150.00)
34 (drawsContent 1) 32 (drawsContent 1)
35 ) 33 )
36 ) 34 )
37 ) 35 )
38 (GraphicsLayer 36 (GraphicsLayer
39 (bounds 792.00 100.00) 37 (bounds 792.00 100.00)
40 (drawsContent 1) 38 (drawsContent 1)
41 ) 39 )
42 ) 40 )
43 ) 41 )
44 (GraphicsLayer 42 (GraphicsLayer
45 (position 0.00 250.00) 43 (position 0.00 250.00)
46 (bounds 100.00 100.00) 44 (bounds 100.00 100.00)
47 (contentsOpaque 1) 45 (contentsOpaque 1)
48 (drawsContent 1) 46 (drawsContent 1)
49 (backgroundColor #008000) 47 (backgroundColor #008000)
50 ) 48 )
51 ) 49 )
52 ) 50 )
53 ) 51 )
54 ) 52 )
55 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698