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

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

Issue 1463923004: Revert of Fix Skia Depsroll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 right : 300 106 right : 300
107 top : 71 107 top : 71
108 } 108 }
109 softClipEdgeStyle : false 109 softClipEdgeStyle : false
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 : "setMatrix"
117 params : { 117 params : {
118 dx : 0 118 matrix : [
119 dy : 71 119 1
120 0
121 0
122 0
123 1
124 71
125 0
126 0
127 1
128 ]
120 } 129 }
121 } 130 }
122 7 : { 131 7 : {
123 method : "drawRect" 132 method : "drawRect"
124 params : { 133 params : {
125 paint : { 134 paint : {
126 color : "#7F000000" 135 color : "#7F000000"
127 filterLevel : "Low" 136 filterLevel : "Low"
128 flags : "AntiAlias" 137 flags : "AntiAlias"
129 hinting : "Normal" 138 hinting : "Normal"
(...skipping 17 matching lines...) Expand all
147 } 156 }
148 } 157 }
149 8 : { 158 8 : {
150 method : "restore" 159 method : "restore"
151 } 160 }
152 9 : { 161 9 : {
153 method : "restore" 162 method : "restore"
154 } 163 }
155 } 164 }
156 165
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698