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

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

Issue 2418623002: [Devtools] Added divider timing to network timeline expirement (Closed)
Patch Set: [Devtools] Added divider timeing to network timeline expirement Created 4 years, 2 months 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/TimelineGrid.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineGrid.js
index 6358ae79e00a45f5696b175cdeb1153dc4bd0c57..ff47134fcc6a702c515c098db163ec68d3cd4e65 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineGrid.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineGrid.js
@@ -55,6 +55,7 @@ WebInspector.TimelineGrid = function()
*/
WebInspector.TimelineGrid.calculateDividerOffsets = function(calculator, freeZoneAtLeft)
{
+ // TODO(allada) Remove this code out when timeline canvas experiment is over.
/** @const */ var minGridSlicePx = 64; // minimal distance between grid lines.
var clientWidth = calculator.computePosition(calculator.maximumBoundary());

Powered by Google App Engine
This is Rietveld 408576698