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

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

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make Mac test bot pass 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 (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)
16 (children 1 17 (children 1
17 (GraphicsLayer 18 (GraphicsLayer
18 (bounds 400.00 100.00) 19 (bounds 400.00 100.00)
19 (children 1 20 (children 1
20 (GraphicsLayer 21 (GraphicsLayer
21 (bounds 200.00 100.00) 22 (bounds 200.00 100.00)
22 (contentsOpaque 1) 23 (contentsOpaque 1)
24 (drawsContent 1)
25 (backgroundColor #00A0A0)
23 ) 26 )
24 ) 27 )
25 ) 28 )
26 ) 29 )
27 ) 30 )
28 ) 31 )
29 ) 32 )
30 ) 33 )
31 ) 34 )
32 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698