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

Unified Diff: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
diff --git a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
index e4ade8063829169042fb222a6114a159088c1715..a7137467253587304f5e560701f014a414734538 100644
--- a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
+++ b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
@@ -54,7 +54,7 @@ function test()
if (!record.data["layerTree"])
return;
++pendingEventCount;
- var layerTree = new WebInspector.AgentLayerTree(WebInspector.targetManager.activeTarget());
+ var layerTree = new WebInspector.AgentLayerTree(WebInspector.targetManager.mainTarget());
layerTree.setLayers(record.data["layerTree"], onLayersSet.bind(null, layerTree));
}

Powered by Google App Engine
This is Rietveld 408576698