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

Side by Side Diff: trunk/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-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 Even though we can opt-out of fixed-position compositing for unscrollable fixed- position containers, we still need to composite fixed-position layers that need compositing for other reasons such as overlap. 1 Even though we can opt-out of fixed-position compositing for unscrollable fixed- position containers, we still need to composite fixed-position layers that need compositing for other reasons such as overlap.
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 800.00 4024.00) 4 (bounds 800.00 4024.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 800.00 4024.00) 7 (bounds 800.00 4024.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 2 10 (children 2
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 10.00 100.00) 12 (position 10.00 100.00)
13 (bounds 100.00 100.00) 13 (bounds 100.00 100.00)
14 (contentsOpaque 1) 14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #FF0000)
17 ) 15 )
18 (GraphicsLayer 16 (GraphicsLayer
19 (position 10.00 100.00) 17 (position 10.00 100.00)
20 (bounds 100.00 100.00) 18 (bounds 100.00 100.00)
21 (contentsOpaque 1) 19 (contentsOpaque 1)
22 (drawsContent 1)
23 (backgroundColor #00FF00)
24 ) 20 )
25 ) 21 )
26 ) 22 )
27 ) 23 )
28 ) 24 )
29 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698