Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 19ed1106a8c87b967bd84b33304532e20f2cfbdd..57bb3a0381f92bb1817d69698803a7a96dfa3b74 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -490,7 +490,7 @@ IPC_MESSAGE_CONTROL2(PpapiMsg_LoadPlugin, |
// Creates a channel to talk to a renderer. The plugin will respond with |
// PpapiHostMsg_ChannelCreated. |
IPC_MESSAGE_CONTROL3(PpapiMsg_CreateChannel, |
- base::ProcessId /* renderer_pid */, |
+ int32_t /* renderer_pid */, |
jam
2016/02/18 21:04:49
no need to change right?
|
int /* renderer_child_id */, |
bool /* incognito */) |