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

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

Issue 393123007: DevTools: Remove popover and add properties section for paint profiler log. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test. Created 6 years, 4 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 : "save" 5 method : "save"
6 params : {
7 }
8 } 6 }
9 1 : { 7 1 : {
10 method : "drawRect" 8 method : "drawRect"
11 params : { 9 params : {
12 paint : { 10 paint : {
13 color : "#FF0000FF" 11 color : "#FF0000FF"
14 filterLevel : "Low" 12 filterLevel : "Low"
15 flags : "AntiAlias" 13 flags : "AntiAlias"
16 hinting : "Normal" 14 hinting : "Normal"
17 strokeCap : "Butt" 15 strokeCap : "Butt"
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 src : { 138 src : {
141 bottom : 21 139 bottom : 21
142 left : 0 140 left : 0
143 right : 19 141 right : 19
144 top : 0 142 top : 0
145 } 143 }
146 } 144 }
147 } 145 }
148 4 : { 146 4 : {
149 method : "save" 147 method : "save"
150 params : {
151 }
152 } 148 }
153 5 : { 149 5 : {
154 method : "clipRect" 150 method : "clipRect"
155 params : { 151 params : {
156 SkRegion::Op : "kIntersect_Op" 152 SkRegion::Op : "kIntersect_Op"
157 rect : { 153 rect : {
158 bottom : 221 154 bottom : 221
159 left : 0 155 left : 0
160 right : 300 156 right : 300
161 top : 71 157 top : 71
162 } 158 }
163 softClipEdgeStyle : false 159 softClipEdgeStyle : false
164 } 160 }
165 } 161 }
166 6 : { 162 6 : {
167 method : "translate" 163 method : "translate"
168 params : { 164 params : {
169 dx : 0 165 dx : 0
170 dy : 71 166 dy : 71
171 } 167 }
172 } 168 }
173 7 : { 169 7 : {
174 method : "save" 170 method : "save"
175 params : {
176 }
177 } 171 }
178 8 : { 172 8 : {
179 method : "clipRect" 173 method : "clipRect"
180 params : { 174 params : {
181 SkRegion::Op : "kIntersect_Op" 175 SkRegion::Op : "kIntersect_Op"
182 rect : { 176 rect : {
183 bottom : 10 177 bottom : 10
184 left : 0 178 left : 0
185 right : 10 179 right : 10
186 top : 0 180 top : 0
(...skipping 18 matching lines...) Expand all
205 textEncoding : "UTF-8" 199 textEncoding : "UTF-8"
206 textScaleX : 1 200 textScaleX : 1
207 textSize : 12 201 textSize : 12
208 textSkewX : 0 202 textSkewX : 0
209 } 203 }
210 saveFlags : "kHasAlphaLayer_SaveFlag kFullColorLayer_SaveFlag kClipT oLayer_SaveFlag " 204 saveFlags : "kHasAlphaLayer_SaveFlag kFullColorLayer_SaveFlag kClipT oLayer_SaveFlag "
211 } 205 }
212 } 206 }
213 } 207 }
214 208
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/layersPanel.css » ('j') | Source/devtools/front_end/layersPanel.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698