| Index: webkit/media/android/webmediaplayer_proxy_android.h
|
| diff --git a/webkit/media/android/webmediaplayer_proxy_android.h b/webkit/media/android/webmediaplayer_proxy_android.h
|
| index aeabe787641ec16315b923bdee29bdee2d95925a..020862e4ad32d4d98bdbae9342b3bceae74c1e84 100644
|
| --- a/webkit/media/android/webmediaplayer_proxy_android.h
|
| +++ b/webkit/media/android/webmediaplayer_proxy_android.h
|
| @@ -37,6 +37,12 @@ class WebMediaPlayerProxyAndroid {
|
|
|
| // Destroy the player in the browser process
|
| virtual void DestroyPlayer(int player_id) = 0;
|
| +
|
| + // Request the player to enter fullscreen.
|
| + virtual void EnterFullscreen(int player_id) = 0;
|
| +
|
| + // Request the player to exit fullscreen.
|
| + virtual void ExitFullscreen(int player_id) = 0;
|
| };
|
|
|
| } // namespace webkit_media
|
|
|