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

Side by Side Diff: LayoutTests/compositing/squashing/squash-animated-gif-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 1
2 Repaint rect of the animated gif: 2 Repaint rect of the animated gif:
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 1 10 (children 1
11 (GraphicsLayer 11 (GraphicsLayer
12 (children 2 12 (children 2
13 (GraphicsLayer 13 (GraphicsLayer
14 (position 100.00 100.00) 14 (position 100.00 100.00)
15 (bounds 100.00 100.00) 15 (bounds 100.00 100.00)
16 (contentsOpaque 1) 16 (contentsOpaque 1)
17 (drawsContent 1)
18 (backgroundColor #0000FF)
17 ) 19 )
18 (GraphicsLayer 20 (GraphicsLayer
19 (position 180.00 180.00) 21 (position 180.00 180.00)
20 (bounds 262.00 200.00) 22 (bounds 262.00 200.00)
21 (drawsContent 1) 23 (drawsContent 1)
22 (repaint rects 24 (repaint rects
23 (rect 80.00 80.00 182.00 29.00) 25 (rect 80.00 80.00 182.00 29.00)
24 (rect 80.00 80.00 182.00 29.00) 26 (rect 80.00 80.00 182.00 29.00)
25 ) 27 )
26 ) 28 )
27 ) 29 )
28 ) 30 )
29 ) 31 )
30 ) 32 )
31 ) 33 )
32 ) 34 )
33 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698