| 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 4a5fbfc8e0d26f533f13e712286a17545f08c599..9f396ad87f0604d0315170a50688030bb667a485 100644
|
| --- a/content/common/media/media_player_messages_android.h
|
| +++ b/content/common/media/media_player_messages_android.h
|
| @@ -237,11 +237,16 @@ IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_Seek,
|
| // Start the player for playback.
|
| IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_Start, int /* player_id */)
|
|
|
| -// Start the player for playback.
|
| +// Set the volume.
|
| IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_SetVolume,
|
| int /* player_id */,
|
| double /* volume */)
|
|
|
| +// Set the poster image.
|
| +IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_SetPoster,
|
| + int /* player_id */,
|
| + GURL /* poster url */)
|
| +
|
| // Requests the player to enter fullscreen.
|
| IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_EnterFullscreen, int /* player_id */)
|
|
|
|
|