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

Side by Side Diff: LayoutTests/platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt

Issue 14407003: Disable solid background color optimization for composited layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 This content is in the parent 1 This content is in the parent
2 Box should switch between perspective and flat 2 Box should switch between perspective and flat
3 3
4 First dump layer tree: 4 First dump layer tree:
5 5
6 Second dump layer tree: 6 Second dump layer tree:
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 800.00 600.00) 8 (bounds 800.00 600.00)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
11 (bounds 800.00 600.00) 11 (bounds 800.00 600.00)
12 (contentsOpaque 1) 12 (contentsOpaque 1)
13 (children 1 13 (children 1
14 (GraphicsLayer 14 (GraphicsLayer
15 (position 8.00 8.00) 15 (position 8.00 8.00)
16 (bounds 342.00 292.00) 16 (bounds 342.00 292.00)
17 (drawsContent 1) 17 (drawsContent 1)
18 (children 1 18 (children 1
19 (GraphicsLayer 19 (GraphicsLayer
20 (position 31.00 41.00) 20 (position 31.00 41.00)
21 (bounds 250.00 220.00) 21 (bounds 250.00 220.00)
22 (contentsOpaque 1) 22 (contentsOpaque 1)
23 (drawsContent 1)
24 (backgroundColor #0000FF)
23 (children 1 25 (children 1
24 (GraphicsLayer 26 (GraphicsLayer
25 (position 10.00 10.00) 27 (position 10.00 10.00)
26 (bounds 200.00 200.00) 28 (bounds 200.00 200.00)
27 (contentsOpaque 1) 29 (contentsOpaque 1)
30 (drawsContent 1)
31 (backgroundColor #FFFF00)
28 (transform [0.87 0.50 0.00 0.00] [-0.50 0.87 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00]) 32 (transform [0.87 0.50 0.00 0.00] [-0.50 0.87 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
29 (children 1 33 (children 1
30 (GraphicsLayer 34 (GraphicsLayer
31 (position 100.00 0.00) 35 (position 100.00 0.00)
32 (bounds 250.00 100.00) 36 (bounds 250.00 100.00)
33 (contentsOpaque 1) 37 (contentsOpaque 1)
34 (drawsContent 1) 38 (drawsContent 1)
35 (backgroundColor #008000) 39 (backgroundColor #008000)
36 (transform [0.50 0.00 -0.87 0.00] [0.00 1.00 0.00 0.00] [0 .87 0.00 0.50 -0.00] [-30.00 30.00 100.00 0.75]) 40 (transform [0.50 0.00 -0.87 0.00] [0.00 1.00 0.00 0.00] [0 .87 0.00 0.50 -0.00] [-30.00 30.00 100.00 0.75])
37 ) 41 )
38 ) 42 )
39 ) 43 )
40 ) 44 )
41 ) 45 )
42 ) 46 )
43 ) 47 )
44 ) 48 )
45 ) 49 )
46 ) 50 )
47 ) 51 )
48 52
49 Third dump layer tree: 53 Third dump layer tree:
50 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698