Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 2308a156feab279f27c523045673f3a61a822345..d9b2fb25e740e3be0cb56a4ca536d823db987541 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1975,10 +1975,11 @@ IPC_MESSAGE_CONTROL2(PpapiPluginMsg_OutputProtection_QueryStatusReply, |
// VideoDecoder ------------------------------------------------------ |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoDecoder_Create) |
-IPC_MESSAGE_CONTROL3(PpapiHostMsg_VideoDecoder_Initialize, |
+IPC_MESSAGE_CONTROL4(PpapiHostMsg_VideoDecoder_Initialize, |
ppapi::HostResource /* graphics_context */, |
PP_VideoProfile /* profile */, |
- PP_HardwareAcceleration /* acceleration */) |
+ PP_HardwareAcceleration /* acceleration */, |
+ uint32_t /*min_picture_count */) |
bbudge
2015/08/12 17:47:09
nit space after /*
lpique
2015/08/12 22:48:54
Done.
|
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoDecoder_InitializeReply) |
IPC_MESSAGE_CONTROL2(PpapiHostMsg_VideoDecoder_GetShm, |
uint32_t /* shm_id */, |