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

Unified Diff: Source/devtools/front_end/CountersGraph.js

Issue 220963002: DevTools: Add energy value under Timeline pie chart (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/CountersGraph.js
diff --git a/Source/devtools/front_end/CountersGraph.js b/Source/devtools/front_end/CountersGraph.js
index 72f6bb511ccad1e4dadb0e03c00688adc81d3742..c0d9ad37bda945bc546849a9481d30b05c8bec39 100644
--- a/Source/devtools/front_end/CountersGraph.js
+++ b/Source/devtools/front_end/CountersGraph.js
@@ -318,8 +318,12 @@ WebInspector.CountersGraph.prototype = {
}
ctx.closePath();
ctx.restore();
+
+ this.graphDrawn();
alph 2014/04/02 08:19:57 You don't need this, just override refresh in Powe
},
+ graphDrawn: function() { },
+
__proto__: WebInspector.SplitView.prototype
}
« no previous file with comments | « no previous file | Source/devtools/front_end/TimelinePowerGraph.js » ('j') | Source/devtools/front_end/TimelinePowerGraph.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698