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

Unified Diff: LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.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
Index: LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
diff --git a/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html b/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
index f8b21ab3f6a716740c4ce82e4ee30a717d77d530..0105b866aa4bf7f2f8830f214ec3246c249ba4ab 100644
--- a/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
+++ b/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
@@ -40,7 +40,7 @@ function test()
function processPicture(picture)
{
- WebInspector.PaintProfilerSnapshot.load(picture, onSnapshotLoaded);
+ WebInspector.PaintProfilerSnapshot.load(InspectorTest.tracingTimelineModel.target(), picture, onSnapshotLoaded);
}
function onSnapshotLoaded(snapshot)
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html ('k') | Source/devtools/front_end/common/utilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698