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

Side by Side Diff: LayoutTests/platform/mac/compositing/fixed-body-background-positioned-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 (GraphicsLayer 1 (GraphicsLayer
2 (children 3 2 (children 3
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 800.00 600.00) 4 (bounds 800.00 600.00)
5 ) 5 )
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 785.00 600.00) 7 (bounds 785.00 600.00)
8 (children 2 8 (children 2
9 (GraphicsLayer 9 (GraphicsLayer
10 (anchor 0.00 0.00) 10 (transformOrigin 0.00 0.00)
11 (bounds 785.00 600.00) 11 (bounds 785.00 600.00)
12 (contentsOpaque 1) 12 (contentsOpaque 1)
13 (drawsContent 1) 13 (drawsContent 1)
14 ) 14 )
15 (GraphicsLayer 15 (GraphicsLayer
16 (children 2 16 (children 2
17 (GraphicsLayer 17 (GraphicsLayer
18 (bounds 785.00 3700.00) 18 (bounds 785.00 3700.00)
19 (children 1 19 (children 1
20 (GraphicsLayer 20 (GraphicsLayer
21 (bounds 785.00 3700.00) 21 (bounds 785.00 3700.00)
22 (drawsContent 1) 22 (drawsContent 1)
23 ) 23 )
24 ) 24 )
25 ) 25 )
26 (GraphicsLayer 26 (GraphicsLayer
27 ) 27 )
28 ) 28 )
29 ) 29 )
30 ) 30 )
31 ) 31 )
32 (GraphicsLayer 32 (GraphicsLayer
33 (position 785.00 0.00) 33 (position 785.00 0.00)
34 (bounds 15.00 600.00) 34 (bounds 15.00 600.00)
35 (contentsOpaque 1) 35 (contentsOpaque 1)
36 ) 36 )
37 ) 37 )
38 ) 38 )
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698