| Index: media/gpu/ipc/common/media_messages.h
|
| diff --git a/media/gpu/ipc/common/media_messages.h b/media/gpu/ipc/common/media_messages.h
|
| index 3318a01b7d016dc91f34b809cc57143172ffdc2b..d84b8068977d878eb71c690472e765a3e21e0178 100644
|
| --- a/media/gpu/ipc/common/media_messages.h
|
| +++ b/media/gpu/ipc/common/media_messages.h
|
| @@ -90,6 +90,10 @@ IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Flush)
|
| // Send reset request to the decoder.
|
| IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Reset)
|
|
|
| +// Send a surface id to the decoder.
|
| +IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_SetSurface,
|
| + int32_t) /* Surface ID */
|
| +
|
| // Send destroy request to the decoder.
|
| IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Destroy)
|
|
|
|
|