| Index: perf/res/js/logic.js
|
| diff --git a/perf/res/js/logic.js b/perf/res/js/logic.js
|
| index 525d94d0ba15272f8074cdfff8808d89f942cbd0..650489d47907cb84d054fe0ff52d8ab528c35131 100644
|
| --- a/perf/res/js/logic.js
|
| +++ b/perf/res/js/logic.js
|
| @@ -172,6 +172,7 @@ var skiaperf = (function() {
|
| // Load the commit data and set up the plot.
|
| sk.get('/tiles/0/-1/').then(JSON.parse).then(function(json){
|
| that.commitData_ = json.commits;
|
| + $$$('query-sk').setParamSet(json.paramset);
|
| if (window.location.hash.length >= 2) {
|
| that.addTraces("__shortcut=" + window.location.hash.substr(1))
|
| }
|
|
|