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

Side by Side Diff: trunk/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 183763024: Revert 168245 "Drop background color optimization for composited..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 785.00 4021.00) 2 (bounds 785.00 4021.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 785.00 4021.00) 5 (bounds 785.00 4021.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (drawsContent 1) 7 (drawsContent 1)
8 (repaint rects 8 (repaint rects
9 (rect 0.00 500.00 400.00 200.00) 9 (rect 0.00 500.00 400.00 200.00)
10 ) 10 )
11 (children 1 11 (children 1
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 0.00 600.00) 13 (position 0.00 600.00)
14 (bounds 400.00 100.00) 14 (bounds 400.00 100.00)
15 (contentsOpaque 1) 15 (contentsOpaque 1)
16 (backgroundColor #A0A0A0)
17 (children 1 16 (children 1
18 (GraphicsLayer 17 (GraphicsLayer
19 (bounds 400.00 100.00) 18 (bounds 400.00 100.00)
20 (children 1 19 (children 1
21 (GraphicsLayer 20 (GraphicsLayer
22 (bounds 200.00 100.00) 21 (bounds 200.00 100.00)
23 (contentsOpaque 1) 22 (contentsOpaque 1)
24 (drawsContent 1)
25 (backgroundColor #00A0A0)
26 ) 23 )
27 ) 24 )
28 ) 25 )
29 ) 26 )
30 ) 27 )
31 ) 28 )
32 ) 29 )
33 ) 30 )
34 ) 31 )
35 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698