Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 7747abf370f0dd9a11c4d4ccde1795348fe70950..57802846f0fdb59aa095152e6a25577b474edf82 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_NONE) |
Tom Sepez
2014/08/22 17:13:01
nit: use PP_HARDWAREACCELERATION_LAST per my other
bbudge
2014/08/22 21:24:52
Done.
|
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 /* hardware_acceleration */) |
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoDecoder_InitializeReply) |
IPC_MESSAGE_CONTROL2(PpapiHostMsg_VideoDecoder_GetShm, |
uint32_t /* shm_id */, |