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

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

Issue 1178563002: DevTools: Refactor network panel overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test. Created 5 years, 6 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: Source/devtools/front_end/ui_lazy/TimelineGrid.js
diff --git a/Source/devtools/front_end/ui_lazy/TimelineGrid.js b/Source/devtools/front_end/ui_lazy/TimelineGrid.js
index a223bd943eb1f48b1d2469dc39a8fffaee3b81b2..2231ca073196dbfbe8628824a9f70a07c8a1a871 100644
--- a/Source/devtools/front_end/ui_lazy/TimelineGrid.js
+++ b/Source/devtools/front_end/ui_lazy/TimelineGrid.js
@@ -39,7 +39,7 @@ WebInspector.TimelineGrid = function()
this._dividersElement = this.element.createChild("div", "resources-dividers");
this._gridHeaderElement = createElement("div");
- this._gridHeaderElement.id = "timeline-grid-header";
+ this._gridHeaderElement.classList.add("timeline-grid-header");
this._eventDividersElement = this._gridHeaderElement.createChild("div", "resources-event-dividers");
this._dividersLabelBarElement = this._gridHeaderElement.createChild("div", "resources-dividers-label-bar");
this.element.appendChild(this._gridHeaderElement);
« no previous file with comments | « Source/devtools/front_end/timeline/timelinePanel.css ('k') | Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698