| 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) {
|
|
|