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

Side by Side Diff: bench/skpbench.json

Issue 354953007: Fix scale type in JSON format (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | 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 "fields": [ 2 "fields": [
3 { 3 {
4 "name": "buildNumber", 4 "name": "buildNumber",
5 "type": "INTEGER" 5 "type": "INTEGER"
6 }, 6 },
7 { 7 {
8 "name": "gitNumber", 8 "name": "gitNumber",
9 "type": "INTEGER" 9 "type": "INTEGER"
10 }, 10 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 { 79 {
80 "name": "os", 80 "name": "os",
81 "type": "STRING" 81 "type": "STRING"
82 }, 82 },
83 { 83 {
84 "name": "viewport", 84 "name": "viewport",
85 "type": "STRING" 85 "type": "STRING"
86 }, 86 },
87 { 87 {
88 "name": "scale", 88 "name": "scale",
89 "type": "STRING" 89 "type": "FLOAT"
90 }, 90 },
91 { 91 {
92 "name": "bbh", 92 "name": "bbh",
93 "type": "STRING" 93 "type": "STRING"
94 }, 94 },
95 { 95 {
96 "name": "badParams", 96 "name": "badParams",
97 "type": "STRING" 97 "type": "STRING"
98 } 98 }
99 ] 99 ]
100 } 100 }
101 ] 101 ]
102 } 102 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698