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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-preserved-3d-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 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)
152 ) 154 )
153 (GraphicsLayer 155 (GraphicsLayer
154 (position 208.00 8.00) 156 (position 208.00 8.00)
155 (bounds 100.00 150.00) 157 (bounds 100.00 150.00)
156 (contentsOpaque 1) 158 (contentsOpaque 1)
159 (drawsContent 1)
160 (backgroundColor #808080)
157 ) 161 )
158 (GraphicsLayer 162 (GraphicsLayer
159 (position 8.00 158.00) 163 (position 8.00 158.00)
160 (bounds 100.00 150.00) 164 (bounds 100.00 150.00)
161 (contentsOpaque 1) 165 (contentsOpaque 1)
166 (drawsContent 1)
167 (backgroundColor #808080)
162 ) 168 )
163 (GraphicsLayer 169 (GraphicsLayer
164 (position 208.00 158.00) 170 (position 208.00 158.00)
165 (bounds 100.00 150.00) 171 (bounds 100.00 150.00)
166 (contentsOpaque 1) 172 (contentsOpaque 1)
173 (drawsContent 1)
174 (backgroundColor #808080)
167 ) 175 )
168 ) 176 )
169 ) 177 )
170 ) 178 )
171 ) 179 )
172 180
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698