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

Unified Diff: Source/devtools/front_end/profiler/CPUProfileFlameChart.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/profiler/CPUProfileFlameChart.js
diff --git a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
index a81b0f7618a599f3125315e8e2ee709fc6918fe7..4c02017026096a63afcdcadfeb56f0b2dda20fad 100644
--- a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
+++ b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
@@ -618,6 +618,14 @@ WebInspector.CPUProfileFlameChart.OverviewPane.prototype = {
/**
* @override
+ * @param {number} entryIndex
+ */
+ requestSelectionChange: function(entryIndex)
+ {
+ },
+
+ /**
+ * @override
* @param {number} startTime
* @param {number} endTime
*/

Powered by Google App Engine
This is Rietveld 408576698