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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.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/timeline/TimelinePaintProfilerView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
index 4a98134ac7f8a153dc3ecf1ac5ef7764377ad77a..ade0f58a5dca9596f124c77817ce4cef41634f7b 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js
@@ -30,6 +30,9 @@ WebInspector.TimelinePaintProfilerView = function(frameModel)
};
WebInspector.TimelinePaintProfilerView.prototype = {
+ /**
+ * @override
+ */
wasShown: function()
{
if (this._needsUpdateWhenVisible) {
@@ -155,6 +158,9 @@ WebInspector.TimelinePaintImageView = function()
};
WebInspector.TimelinePaintImageView.prototype = {
+ /**
+ * @override
+ */
onResize: function()
{
if (this._imageElement.src)

Powered by Google App Engine
This is Rietveld 408576698