| 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 757e2d9fec04a965657f35befc57289b1d80ec01..d39704c8615de3e8fbced6a7000882f78bcc54a9 100644
|
| --- a/media/gpu/ipc/common/media_messages.h
|
| +++ b/media/gpu/ipc/common/media_messages.h
|
| @@ -76,10 +76,13 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_SetCdm, int32_t /* CDM ID */)
|
| IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_Decode, media::BitstreamBuffer)
|
|
|
| // Give the texture IDs for the textures the decoder will use for output.
|
| -IPC_MESSAGE_ROUTED2(
|
| +IPC_MESSAGE_ROUTED5(
|
| AcceleratedVideoDecoderMsg_AssignPictureBuffers,
|
| std::vector<int32_t>, /* Picture buffer ID */
|
| - std::vector<media::PictureBuffer::TextureIds>) /* Texture ID */
|
| + std::vector<media::PictureBuffer::TextureIds>, /* Texture ID */
|
| + uint32_t, /* Texture target */
|
| + media::VideoPixelFormat, /* Picture buffer format*/
|
| + gfx::Size) /* Picture buffer size */
|
|
|
| // Send from Renderer process to the GPU process to recycle the given picture
|
| // buffer for further decoding.
|
|
|