| 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());
|
|
|