| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| index b1bef6c73801d56c3b57b41c29a828db0aece21d..705e04aeaf11b701e8663a6dc2336f6acaf987dc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| @@ -384,7 +384,7 @@ WebInspector.TimelineOverviewCalculator = class {
|
| }
|
|
|
| reset() {
|
| - this.setBounds(0, 1000);
|
| + this.setBounds(0, 100);
|
| }
|
|
|
| /**
|
|
|