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

Side by Side Diff: trunk/LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-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 123456Before: 1 123456Before:
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
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ) 142 )
143 ) 143 )
144 ) 144 )
145 ) 145 )
146 ) 146 )
147 ) 147 )
148 (GraphicsLayer 148 (GraphicsLayer
149 (position 8.00 8.00) 149 (position 8.00 8.00)
150 (bounds 100.00 150.00) 150 (bounds 100.00 150.00)
151 (contentsOpaque 1) 151 (contentsOpaque 1)
152 (drawsContent 1)
153 (backgroundColor #808080)
154 ) 152 )
155 (GraphicsLayer 153 (GraphicsLayer
156 (position 208.00 8.00) 154 (position 208.00 8.00)
157 (bounds 100.00 150.00) 155 (bounds 100.00 150.00)
158 (contentsOpaque 1) 156 (contentsOpaque 1)
159 (drawsContent 1)
160 (backgroundColor #808080)
161 ) 157 )
162 (GraphicsLayer 158 (GraphicsLayer
163 (position 8.00 158.00) 159 (position 8.00 158.00)
164 (bounds 100.00 150.00) 160 (bounds 100.00 150.00)
165 (contentsOpaque 1) 161 (contentsOpaque 1)
166 (drawsContent 1)
167 (backgroundColor #808080)
168 ) 162 )
169 (GraphicsLayer 163 (GraphicsLayer
170 (position 208.00 158.00) 164 (position 208.00 158.00)
171 (bounds 100.00 150.00) 165 (bounds 100.00 150.00)
172 (contentsOpaque 1) 166 (contentsOpaque 1)
173 (drawsContent 1)
174 (backgroundColor #808080)
175 ) 167 )
176 ) 168 )
177 ) 169 )
178 ) 170 )
179 ) 171 )
180 172
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698