| 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 e5b93999689352d767d427425de50168147ec215..16fc2816b5f7d8ef1d0fd36ab011b1c2252685a7 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
|
| @@ -1042,7 +1042,7 @@ WebInspector.FlameChart.prototype = {
|
|
|
| context.restore();
|
|
|
| - WebInspector.TimelineGrid.drawCanvasGrid(this._canvas, this._calculator);
|
| + WebInspector.TimelineGrid.drawCanvasGrid(context, this._calculator, 3);
|
| this._drawMarkers();
|
| this._drawGroupHeaders(width, height);
|
|
|
|
|