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

Side by Side Diff: LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt

Issue 178013003: Drop background color optimization for composited layers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CL to land Created 6 years, 9 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
OLDNEW
1 CASE 1, original layer tree 1 CASE 1, original layer tree
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 (children 2 11 (children 2
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 100.00 100.00) 13 (position 100.00 100.00)
14 (bounds 100.00 100.00) 14 (bounds 100.00 100.00)
15 (contentsOpaque 1) 15 (contentsOpaque 1)
16 (drawsContent 1)
17 (backgroundColor #0000FF)
16 ) 18 )
17 (GraphicsLayer 19 (GraphicsLayer
18 (position -1.00 -1.00) 20 (position -1.00 -1.00)
19 (bounds 280.72 280.72) 21 (bounds 280.72 280.72)
20 (drawsContent 1) 22 (drawsContent 1)
21 ) 23 )
22 ) 24 )
23 ) 25 )
24 ) 26 )
25 ) 27 )
26 ) 28 )
27 ) 29 )
28 CASE 2, hovering over the outer div 30 CASE 2, hovering over the outer div
29 (GraphicsLayer 31 (GraphicsLayer
30 (bounds 800.00 600.00) 32 (bounds 800.00 600.00)
31 (children 1 33 (children 1
32 (GraphicsLayer 34 (GraphicsLayer
33 (bounds 800.00 600.00) 35 (bounds 800.00 600.00)
34 (contentsOpaque 1) 36 (contentsOpaque 1)
35 (drawsContent 1) 37 (drawsContent 1)
36 (children 1 38 (children 1
37 (GraphicsLayer 39 (GraphicsLayer
38 (children 2 40 (children 2
39 (GraphicsLayer 41 (GraphicsLayer
40 (position 100.00 100.00) 42 (position 100.00 100.00)
41 (bounds 100.00 100.00) 43 (bounds 100.00 100.00)
42 (contentsOpaque 1) 44 (contentsOpaque 1)
45 (drawsContent 1)
46 (backgroundColor #0000FF)
43 ) 47 )
44 (GraphicsLayer 48 (GraphicsLayer
45 (position -1.00 -1.00) 49 (position -1.00 -1.00)
46 (bounds 280.72 280.72) 50 (bounds 280.72 280.72)
47 (drawsContent 1) 51 (drawsContent 1)
48 (repaint rects 52 (repaint rects
49 (rect 0.00 0.00 141.00 141.00) 53 (rect 0.00 0.00 141.00 141.00)
50 (rect 0.00 0.00 141.00 141.00) 54 (rect 0.00 0.00 141.00 141.00)
51 (rect 0.00 0.00 141.00 141.00) 55 (rect 0.00 0.00 141.00 141.00)
52 ) 56 )
(...skipping 12 matching lines...) Expand all
65 (bounds 800.00 600.00) 69 (bounds 800.00 600.00)
66 (contentsOpaque 1) 70 (contentsOpaque 1)
67 (drawsContent 1) 71 (drawsContent 1)
68 (children 1 72 (children 1
69 (GraphicsLayer 73 (GraphicsLayer
70 (children 2 74 (children 2
71 (GraphicsLayer 75 (GraphicsLayer
72 (position 100.00 100.00) 76 (position 100.00 100.00)
73 (bounds 100.00 100.00) 77 (bounds 100.00 100.00)
74 (contentsOpaque 1) 78 (contentsOpaque 1)
79 (drawsContent 1)
80 (backgroundColor #0000FF)
75 ) 81 )
76 (GraphicsLayer 82 (GraphicsLayer
77 (position -1.00 -1.00) 83 (position -1.00 -1.00)
78 (bounds 280.72 280.72) 84 (bounds 280.72 280.72)
79 (drawsContent 1) 85 (drawsContent 1)
80 (repaint rects 86 (repaint rects
81 (rect 0.00 0.00 141.00 141.00) 87 (rect 0.00 0.00 141.00 141.00)
82 (rect 0.00 0.00 141.00 141.00) 88 (rect 0.00 0.00 141.00 141.00)
83 (rect 0.00 0.00 141.00 141.00) 89 (rect 0.00 0.00 141.00 141.00)
84 (rect 31.00 31.00 71.00 71.00) 90 (rect 31.00 31.00 71.00 71.00)
85 (rect 31.00 31.00 71.00 71.00) 91 (rect 31.00 31.00 71.00 71.00)
86 (rect 31.00 31.00 71.00 71.00) 92 (rect 31.00 31.00 71.00 71.00)
87 ) 93 )
88 ) 94 )
89 ) 95 )
90 ) 96 )
91 ) 97 )
92 ) 98 )
93 ) 99 )
94 ) 100 )
95 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698