| Index: third_party/WebKit/Source/devtools/front_end/perf_ui/ChartViewport.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/ChartViewport.js b/third_party/WebKit/Source/devtools/front_end/perf_ui/ChartViewport.js
|
| index ede93ece84025b44000db61b395e56480ac93c41..0a1353e1c31399bcdf31225bb1a12540b1652984 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/perf_ui/ChartViewport.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/ChartViewport.js
|
| @@ -86,6 +86,7 @@ PerfUI.ChartViewport = class extends UI.VBox {
|
| this._totalHeight = 0;
|
| this._pendingAnimationTimeLeft = 0;
|
| this._pendingAnimationTimeRight = 0;
|
| + this._updateContentElementSize();
|
| }
|
|
|
| /**
|
|
|