| Index: content/renderer/media/android/webmediaplayer_android.h
|
| diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
|
| index 5be4eca965c456ce574648f46a6467103983d52d..7c0631f267fdbcb60df02e74777253e7ade23c7f 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.h
|
| +++ b/content/renderer/media/android/webmediaplayer_android.h
|
| @@ -88,7 +88,7 @@ class WebMediaPlayerAndroid
|
| // MediaPlayerAndroid object in the browser process through |proxy|.
|
| // TODO(qinmin): |frame| argument is used to determine whether the current
|
| // player can enter fullscreen. This logic should probably be moved into
|
| - // blink, so that enterFullscreen() will not be called if another video is
|
| + // blink, so that enteredFullscreen() will not be called if another video is
|
| // already in fullscreen.
|
| WebMediaPlayerAndroid(
|
| blink::WebFrame* frame,
|
| @@ -105,7 +105,7 @@ class WebMediaPlayerAndroid
|
|
|
| // blink::WebMediaPlayer implementation.
|
| bool supportsOverlayFullscreenVideo() override;
|
| - void enterFullscreen() override;
|
| + void enteredFullscreen() override;
|
|
|
| // Resource loading.
|
| void load(LoadType load_type,
|
|
|