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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/EventsTimelineTreeView.js

Issue 2892333002: DevTools: Render third-party badges in timeline tree view (Closed)
Patch Set: . Created 3 years, 7 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/timeline/EventsTimelineTreeView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/EventsTimelineTreeView.js b/third_party/WebKit/Source/devtools/front_end/timeline/EventsTimelineTreeView.js
index 18d60badc0583a756eef9cbee75d0e79c57c7977..9989a7737e87170caa49ba9ae634bbdc9c206deb 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/EventsTimelineTreeView.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/EventsTimelineTreeView.js
@@ -17,7 +17,7 @@ Timeline.EventsTimelineTreeView = class extends Timeline.TimelineTreeView {
Timeline.EventsTimelineTreeView.Filters.Events.FilterChanged, this._onFilterChanged, this);
this.init(filters);
this._delegate = delegate;
- this._badgePool = new ProductRegistry.BadgePool();
+ this._badgePool = new ProductRegistry.BadgePool(true);
this._filters.push.apply(this._filters, this._filtersControl.filters());
this._dataGrid.markColumnAsSortedBy('startTime', DataGrid.DataGrid.Order.Ascending);
this._splitWidget.showBoth();

Powered by Google App Engine
This is Rietveld 408576698