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

Unified Diff: Source/devtools/front_end/profiler/CPUProfileFlameChart.js

Issue 706313002: DevTools: draw load/first paint marks as tall vertical delimiters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 6e644a6dfcec0733fea515321d1c513f7c07d54c..ecd2e02bc74d36a1b5b9ce4a4ad02a5162ad4763 100644
--- a/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
+++ b/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
@@ -129,6 +129,15 @@ WebInspector.CPUFlameChartDataProvider.prototype = {
},
/**
+ * @param {number} index
+ * @return {boolean}
+ */
+ isTallMarker: function(index)
+ {
+ throw new Error("Unreachable.");
+ },
+
+ /**
* @return {!WebInspector.FlameChart.TimelineData}
*/
_calculateTimelineData: function()
« no previous file with comments | « Source/devtools/front_end/components/FlameChart.js ('k') | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698