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

Side by Side Diff: LayoutTests/platform/android/inspector/layers/layer-canvas-log-expected.txt

Issue 1187593007: Auto-rebaseline for r197355 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 1
2 Canvas log: 2 Canvas log:
3 { 3 {
4 0 : { 4 0 : {
5 method : "drawRect" 5 method : "drawRect"
6 params : { 6 params : {
7 paint : { 7 paint : {
8 color : "#FF0000FF" 8 color : "#FF0000FF"
9 filterLevel : "Low" 9 filterLevel : "Low"
10 flags : "AntiAlias" 10 flags : "AntiAlias"
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 rect : { 183 rect : {
184 bottom : 10 184 bottom : 10
185 left : 0 185 left : 0
186 right : 10 186 right : 10
187 top : 0 187 top : 0
188 } 188 }
189 } 189 }
190 } 190 }
191 } 191 }
192 192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698