| Index: Source/devtools/front_end/timeline/CountersGraph.js
|
| diff --git a/Source/devtools/front_end/timeline/CountersGraph.js b/Source/devtools/front_end/timeline/CountersGraph.js
|
| index 22b69173d8a27cbd8af6eb5bf37191af307a735f..820f5df52479304bdd79ce1e19fc2d50ea80a351 100644
|
| --- a/Source/devtools/front_end/timeline/CountersGraph.js
|
| +++ b/Source/devtools/front_end/timeline/CountersGraph.js
|
| @@ -136,7 +136,7 @@ WebInspector.CountersGraph.prototype = {
|
| this._canvas.width = parentElement.clientWidth * window.devicePixelRatio;
|
| this._canvas.height = parentElement.clientHeight * window.devicePixelRatio;
|
| var timelinePaddingLeft = 15;
|
| - this._calculator.setDisplayWindow(timelinePaddingLeft, this._canvas.width);
|
| + this._calculator.setDisplayWindow(this._canvas.width, timelinePaddingLeft);
|
| this.refresh();
|
| },
|
|
|
|
|