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

Unified Diff: third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: Created 4 years, 3 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/layers/LayersPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
index 0886b2578fc1fd2662b3a17539848763f671d929..252a94993b6b4b13f8e72e24b24757dde88c0a91 100644
--- a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
@@ -36,7 +36,7 @@
WebInspector.LayersPanel = function()
{
WebInspector.PanelWithSidebar.call(this, "layers", 225);
- this.registerRequiredCSS("timeline/timelinePanel.css");
+ this.registerRequiredCSS("layers/layersPanel.css");
/** @type {?WebInspector.LayerTreeModel} */
this._model = null;

Powered by Google App Engine
This is Rietveld 408576698