| 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 9d7c9ad5e82dbdeacace33397e52f04302efef85..2961c2f2ad57368558c6d01617648264edd34779 100644
|
| --- a/webkit/media/android/webmediaplayer_proxy_android.h
|
| +++ b/webkit/media/android/webmediaplayer_proxy_android.h
|
| @@ -45,8 +45,10 @@ class WebMediaPlayerProxyAndroid {
|
| // Request the player to exit fullscreen.
|
| virtual void ExitFullscreen(int player_id) = 0;
|
|
|
| +#if defined(GOOGLE_TV)
|
| // Request an external surface for out-of-band compositing.
|
| virtual void RequestExternalSurface(int player_id) = 0;
|
| +#endif
|
| };
|
|
|
| } // namespace webkit_media
|
|
|