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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log-expected.txt

Issue 1631173002: Auto-rebaseline for r369246 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 4 : { 99 4 : {
100 method : "clipRect" 100 method : "clipRect"
101 params : { 101 params : {
102 SkRegion::Op : "kIntersect_Op" 102 SkRegion::Op : "kIntersect_Op"
103 rect : { 103 rect : {
104 bottom : 221 104 bottom : 221
105 left : 0 105 left : 0
106 right : 300 106 right : 300
107 top : 71 107 top : 71
108 } 108 }
109 softClipEdgeStyle : false 109 softClipEdgeStyle : true
110 } 110 }
111 } 111 }
112 5 : { 112 5 : {
113 method : "save" 113 method : "save"
114 } 114 }
115 6 : { 115 6 : {
116 method : "translate" 116 method : "translate"
117 params : { 117 params : {
118 dx : 0 118 dx : 0
119 dy : 71 119 dy : 71
(...skipping 27 matching lines...) Expand all
147 } 147 }
148 } 148 }
149 8 : { 149 8 : {
150 method : "restore" 150 method : "restore"
151 } 151 }
152 9 : { 152 9 : {
153 method : "restore" 153 method : "restore"
154 } 154 }
155 } 155 }
156 156
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698