| Index: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| index 7577cb74105a57663a7d0c75bbe33bcd5f742717..2be15e86a0a5bdfafb18eec792cad7be437823bb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| @@ -524,7 +524,7 @@ Profiler.CPUProfileFlameChart.OverviewPane = class extends UI.VBox {
|
| if (!timelineData)
|
| return;
|
| this._resetCanvas(
|
| - this._overviewContainer.clientWidth, this._overviewContainer.clientHeight - UI.FlameChart.DividersBarHeight);
|
| + this._overviewContainer.clientWidth, this._overviewContainer.clientHeight - UI.FlameChart.HeaderHeight);
|
| this._overviewCalculator._updateBoundaries(this);
|
| this._overviewGrid.updateDividers(this._overviewCalculator);
|
| this._drawOverviewCanvas();
|
|
|