| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 361c19e3b24f487939be8242f7794a08d1bf9248..cf85b19aa998ec758967a452ab0c033b30442f29 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -630,9 +630,10 @@ IPC_MESSAGE_ROUTED3(
|
| int32_t /* result */)
|
|
|
| // PPP_ContentDecryptor_Dev
|
| -IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_GenerateKeyRequest,
|
| +IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_GenerateKeyRequest,
|
| PP_Instance /* instance */,
|
| ppapi::proxy::SerializedVar /* key_system, String */,
|
| + ppapi::proxy::SerializedVar /* type, String */,
|
| ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */)
|
| IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_AddKey,
|
| PP_Instance /* instance */,
|
|
|