| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| index 4b22e6b6787b45c7ba1ed9c3123069e703118a77..bb92267fdcad15fd1cbb36bc162f8b9c89df09a0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| @@ -660,7 +660,8 @@ UI.FlameChart = class extends UI.ChartViewport {
|
|
|
| context.restore();
|
|
|
| - UI.TimelineGrid.drawCanvasGrid(context, this._calculator, 3);
|
| + const headerHeight = 15;
|
| + UI.TimelineGrid.drawCanvasGrid(context, this._calculator, 3, headerHeight);
|
| this._drawMarkers();
|
| this._drawGroupHeaders(width, height);
|
|
|
|
|