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

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

Issue 2466123002: DevTools: reformat front-end code to match chromium style. (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
index 3d5e76de93e6fc951f48de0407eeed3538e1ca1a..b0f144da476a14a8f4bed25b494f7a2b73328a9c 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
@@ -275,6 +275,9 @@ WebInspector.CPUProfileFlameChart = function(searchableView, dataProvider)
};
WebInspector.CPUProfileFlameChart.prototype = {
+ /**
+ * @override
+ */
focus: function()
{
this._mainPane.focus();
@@ -555,6 +558,9 @@ WebInspector.CPUProfileFlameChart.OverviewPane.prototype = {
return this._dataProvider.timelineData();
},
+ /**
+ * @override
+ */
onResize: function()
{
this._scheduleUpdate();

Powered by Google App Engine
This is Rietveld 408576698