| Index: third_party/WebKit/public/platform/WebMediaPlayer.h
|
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| index 2cf108b246fe5231c210620f12da8859bb3011df..b2a23e39c938df1a528e20b0f0014be531bd75bf 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| @@ -199,8 +199,9 @@ public:
|
| // entering fullscreen, and the WebMediaPlayer is responsible for displaying
|
| // the video in enterFullscreen().
|
| virtual bool supportsOverlayFullscreenVideo() { return false; }
|
| - // Instruct WebMediaPlayer to enter/exit fullscreen.
|
| + // Inform WebMediaPlayer when the element has entered/exited fullscreen.
|
| virtual void enterFullscreen() { }
|
| + virtual void exitedFullscreen() { }
|
|
|
| virtual void enabledAudioTracksChanged(const WebVector<TrackId>& enabledTrackIds) { }
|
| // |selectedTrackId| is null if no track is selected.
|
|
|