Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js

Issue 2470523003: [Devtools] Fixed dividers in new network canvas timeline (Closed)
Patch Set: Merge branch 'master' into NETWORK_TIMELINE_FIX_DIVIDERS Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698