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

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

Issue 1145053003: DevTools: Support keyboard arrows navigation on flame chart (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/TimelinePanel.js
diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
index 6ba57476ce2c453744b689a7968b420e0f8ba950..b43506c5c139d6331a5e01fa8e15591435afbd09 100644
--- a/Source/devtools/front_end/timeline/TimelinePanel.js
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js
@@ -1398,6 +1398,14 @@ WebInspector.TimelineDetailsView.BottomUpChartView.prototype = {
/**
* @override
+ * @param {number} entryIndex
+ */
+ requestSelectionChange: function(entryIndex)
+ {
+ },
+
+ /**
+ * @override
* @param {number} startTime
* @param {number} endTime
*/

Powered by Google App Engine
This is Rietveld 408576698