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

Unified Diff: third_party/WebKit/Source/devtools/front_end/layers/module.json

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: renamed the banner 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/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/layers/module.json b/third_party/WebKit/Source/devtools/front_end/layers/module.json
index 0415c3b131f06c2a27e7daa9adb6e57470b538cd..4bf10c255ff6fa1ce42e25024d1e836b11be12fc 100644
--- a/third_party/WebKit/Source/devtools/front_end/layers/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/layers/module.json
@@ -13,7 +13,7 @@
"className": "WebInspector.LayersPanel.LayerTreeRevealer"
}
],
- "dependencies": ["timeline"],
+ "dependencies": ["layer_viewer", "timeline_model"],
"experiment": "layersPanel",
"scripts": [
"LayerPaintProfilerView.js",

Powered by Google App Engine
This is Rietveld 408576698