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

Unified Diff: Source/devtools/front_end/timeline/TimelineTracingView.js

Issue 270693003: Timeline: make frames in TimelineView selectable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: bail out early if selection is of wrong type Created 6 years, 7 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: Source/devtools/front_end/timeline/TimelineTracingView.js
diff --git a/Source/devtools/front_end/timeline/TimelineTracingView.js b/Source/devtools/front_end/timeline/TimelineTracingView.js
index a88e34c944424a7812381c1cd7fd0bbcab6beb2e..76ed17fb2665e6cb3e7a9971088fbf4c34b3a191 100644
--- a/Source/devtools/front_end/timeline/TimelineTracingView.js
+++ b/Source/devtools/front_end/timeline/TimelineTracingView.js
@@ -95,9 +95,9 @@ WebInspector.TimelineTracingView.prototype = {
setSidebarSize: function(width) {},
/**
- * @param {?WebInspector.TimelineModel.Record} record
+ * @param {?WebInspector.TimelineSelection} selection
*/
- setSelectedRecord: function(record) {},
+ setSelection: function(selection) {},
/**
* @param {!WebInspector.Event} event
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | Source/devtools/front_end/timeline/TimelineView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698