| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 89251d8a93efe166c800af018ca4f378a10bb410..1321c48c6402e7b470cf0fc78cf9c5b60ee0dd90 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -61,6 +61,7 @@ IPC_ENUM_TRAITS(PP_NetworkListState_Private)
|
| IPC_ENUM_TRAITS(PP_TextInput_Type)
|
| IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev)
|
| IPC_ENUM_TRAITS(PP_VideoDecoder_Profile)
|
| +IPC_ENUM_TRAITS(PP_VideoDecoder_TextureTarget_Dev)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(PP_Point)
|
| IPC_STRUCT_TRAITS_MEMBER(x)
|
| @@ -614,10 +615,11 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPBVideoDecoder_ResetACK,
|
| int32_t /* PP_CompletionCallback result */)
|
|
|
| // PPP_VideoDecoder_Dev.
|
| -IPC_MESSAGE_ROUTED3(PpapiMsg_PPPVideoDecoder_ProvidePictureBuffers,
|
| +IPC_MESSAGE_ROUTED4(PpapiMsg_PPPVideoDecoder_ProvidePictureBuffers,
|
| ppapi::HostResource /* video_decoder */,
|
| uint32_t /* requested number of buffers */,
|
| - PP_Size /* dimensions of buffers */)
|
| + PP_Size /* dimensions of buffers */,
|
| + PP_VideoDecoder_TextureTarget_Dev /* texture_target */)
|
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_DismissPictureBuffer,
|
| ppapi::HostResource /* video_decoder */,
|
| int32_t /* picture buffer id */)
|
|
|