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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt

Issue 63943006: Re-enable solid background color optimization for composited layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add window.internals.forceCompositingUpdate(document) to webgl test to avoid flaky Created 7 years 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 (transform [1.00 0.00 0.00 0.00] [0.00 0.00 -1.00 0.00] [0.00 1.00 0.00 0.00] [0.00 50.00 0.00 1.00]) 118 (transform [1.00 0.00 0.00 0.00] [0.00 0.00 -1.00 0.00] [0.00 1.00 0.00 0.00] [0.00 50.00 0.00 1.00])
119 ) 119 )
120 ) 120 )
121 ) 121 )
122 ) 122 )
123 ) 123 )
124 (GraphicsLayer 124 (GraphicsLayer
125 (position 8.00 8.00) 125 (position 8.00 8.00)
126 (bounds 100.00 150.00) 126 (bounds 100.00 150.00)
127 (contentsOpaque 1) 127 (contentsOpaque 1)
128 (drawsContent 1)
129 (backgroundColor #808080)
130 ) 128 )
131 (GraphicsLayer 129 (GraphicsLayer
132 (position 208.00 8.00) 130 (position 208.00 8.00)
133 (bounds 100.00 150.00) 131 (bounds 100.00 150.00)
134 (contentsOpaque 1) 132 (contentsOpaque 1)
135 (drawsContent 1)
136 (backgroundColor #808080)
137 ) 133 )
138 (GraphicsLayer 134 (GraphicsLayer
139 (position 8.00 158.00) 135 (position 8.00 158.00)
140 (bounds 100.00 150.00) 136 (bounds 100.00 150.00)
141 (contentsOpaque 1) 137 (contentsOpaque 1)
142 (drawsContent 1)
143 (backgroundColor #808080)
144 ) 138 )
145 (GraphicsLayer 139 (GraphicsLayer
146 (position 208.00 158.00) 140 (position 208.00 158.00)
147 (bounds 100.00 150.00) 141 (bounds 100.00 150.00)
148 (contentsOpaque 1) 142 (contentsOpaque 1)
149 (drawsContent 1)
150 (backgroundColor #808080)
151 ) 143 )
152 ) 144 )
153 ) 145 )
154 ) 146 )
155 ) 147 )
156 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698