Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 49f00454edfc2dc88a9ceb832ad20ff2cb29f4f6..7ceb936b0aa1a3f6f246a7db313033d23ed053f7 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -289,7 +289,7 @@ IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBBuffer_Create, |
PP_Instance /* instance */, |
uint32_t /* size */, |
pp::proxy::HostResource /* result_resource */, |
- int32_t /* result_shm_handle */) |
+ base::SharedMemoryHandle /* result_shm_handle */) |
// PPB_Console. |
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBConsole_Log, |
@@ -789,4 +789,3 @@ IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_ResourceCreation_ImageData, |
pp::proxy::HostResource /* result_resource */, |
std::string /* image_data_desc */, |
pp::proxy::ImageHandle /* result */) |
- |