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

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

Issue 389563002: DevTools: make paint profiler target-aware (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed a test and a stray line 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
« no previous file with comments | « no previous file | LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6f89ffafd562525f2f96c58aca5c3a53776d24fb 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.activeTarget().weakReference());
layerTree.setLayers(record.data["layerTree"], onLayersSet.bind(null, layerTree));
}
« no previous file with comments | « no previous file | LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698