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

Unified Diff: third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.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/screencast/ScreencastView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
index a9d93cc93ba048425566da632470f34c57935d74..d7789ec47bd2596c3b0a71ad1c25f1dee3a5ecfe 100644
--- a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
+++ b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
@@ -106,11 +106,17 @@ WebInspector.ScreencastView.prototype = {
this._updateGlasspane();
},
+ /**
+ * @override
+ */
wasShown: function()
{
this._startCasting();
},
+ /**
+ * @override
+ */
willHide: function()
{
this._stopCasting();
@@ -392,6 +398,9 @@ WebInspector.ScreencastView.prototype = {
return modifiers;
},
+ /**
+ * @override
+ */
onResize: function()
{
if (this._deferredCasting) {

Powered by Google App Engine
This is Rietveld 408576698