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

Unified Diff: Source/devtools/front_end/sdk/Target.js

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/devtools/front_end/sdk/AnimationModel.js ('k') | Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/Target.js
diff --git a/Source/devtools/front_end/sdk/Target.js b/Source/devtools/front_end/sdk/Target.js
index 4e759e4495fb1def93f1a647108fb0e1bed01ddd..125248e43ad41a10cba9f0d919275df75e780c84 100644
--- a/Source/devtools/front_end/sdk/Target.js
+++ b/Source/devtools/front_end/sdk/Target.js
@@ -136,8 +136,6 @@ WebInspector.Target.prototype = {
this.heapProfilerModel = new WebInspector.HeapProfilerModel(this);
/** @type {!WebInspector.LayerTreeModel} */
this.layerTreeModel = new WebInspector.LayerTreeModel(this);
- /** @type {!WebInspector.AnimationModel} */
- this.animationModel = new WebInspector.AnimationModel(this);
this.tracingManager = new WebInspector.TracingManager(this);
« no previous file with comments | « Source/devtools/front_end/sdk/AnimationModel.js ('k') | Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698