| Index: content/common/media/media_player_messages_android.h
|
| diff --git a/content/common/media/media_player_messages_android.h b/content/common/media/media_player_messages_android.h
|
| index 24778377ad1c7d6fe538d5b5b2349d625932a960..5addcf1b5e5c0aa52f9308a259d80a44a4159db0 100644
|
| --- a/content/common/media/media_player_messages_android.h
|
| +++ b/content/common/media/media_player_messages_android.h
|
| @@ -270,14 +270,13 @@ IPC_MESSAGE_CONTROL2(MediaPlayerHostMsg_DurationChanged,
|
| int /* demuxer_client_id */,
|
| base::TimeDelta /* duration */)
|
|
|
| -#if defined(GOOGLE_TV)
|
| +#if defined(VIDEO_HOLE)
|
| // Notify the player about the external surface, requesting it if necessary.
|
| IPC_MESSAGE_ROUTED3(MediaPlayerHostMsg_NotifyExternalSurface,
|
| int /* player_id */,
|
| bool /* is_request */,
|
| gfx::RectF /* rect */)
|
| -
|
| -#endif
|
| +#endif // defined(VIDEO_HOLE)
|
|
|
| // Messages for encrypted media extensions API ------------------------------
|
| // TODO(xhwang): Move the following messages to a separate file.
|
|
|