| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 4b51ab439752437fa66b40b6beb36a6f4232e050..5a92433bdbc10cfc995c7c86316f8137bb60db91 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1837,10 +1837,11 @@ IPC_MESSAGE_CONTROL3(PpapiHostMsg_VideoDecoder_Decode,
|
| int32_t /* decode_id */)
|
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoDecoder_DecodeReply,
|
| uint32_t /* shm_id */)
|
| -IPC_MESSAGE_CONTROL3(PpapiPluginMsg_VideoDecoder_RequestTextures,
|
| +IPC_MESSAGE_CONTROL4(PpapiPluginMsg_VideoDecoder_RequestTextures,
|
| uint32_t /* num_textures */,
|
| PP_Size /* size */,
|
| - uint32_t /* texture_target */)
|
| + uint32_t /* texture_target */,
|
| + std::vector<gpu::Mailbox> /* mailboxes*/)
|
| IPC_MESSAGE_CONTROL2(PpapiHostMsg_VideoDecoder_AssignTextures,
|
| PP_Size /* size */,
|
| std::vector<uint32_t> /* texture_ids */)
|
|
|