Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index b57e8ebf34e06bbb578130683c0e2286b3242348..16cc01bccfebe217f9189dd2ef74240e72e23f9e 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -909,6 +909,14 @@ IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_Create, |
ppapi::HostResource /* result_resource */, |
std::string /* image_data_desc */, |
ppapi::proxy::ImageHandle /* result */) |
+IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreateNaCl, |
+ PP_Instance /* instance */, |
+ int32 /* format */, |
+ PP_Size /* size */, |
+ PP_Bool /* init_to_zero */, |
+ ppapi::HostResource /* result_resource */, |
+ std::string /* image_data_desc */, |
+ base::SharedMemoryHandle /* result */) |
// PPB_Instance. |
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetWindowObject, |