| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 7747abf370f0dd9a11c4d4ccde1795348fe70950..9afdcbc10e3ee7420eb35aad78ef56cc0b5b4461 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -128,6 +128,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(PP_UDPSocket_Option,
|
| IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev)
|
| IPC_ENUM_TRAITS(PP_VideoDecoder_Profile)
|
| IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoFrame_Format, PP_VIDEOFRAME_FORMAT_LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(PP_HardwareAcceleration, PP_HARDWAREACCELERATION_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoProfile, PP_VIDEOPROFILE_MAX)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(PP_Point)
|
| @@ -1900,7 +1901,7 @@ IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoDecoder_Create)
|
| IPC_MESSAGE_CONTROL3(PpapiHostMsg_VideoDecoder_Initialize,
|
| ppapi::HostResource /* graphics_context */,
|
| PP_VideoProfile /* profile */,
|
| - bool /* allow_software_fallback */)
|
| + PP_HardwareAcceleration /* acceleration */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoDecoder_InitializeReply)
|
| IPC_MESSAGE_CONTROL2(PpapiHostMsg_VideoDecoder_GetShm,
|
| uint32_t /* shm_id */,
|
|
|