Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index fcad2b001a7c2d825051cfd3780ac99aebe41dd0..506f4766603905f2de1419f40f37d9233c69ce77 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -840,9 +840,11 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_ChannelCreated, |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_StartupInitializationComplete) |
// Calls renderer to open a resource file for nacl_irt_open_resource(). |
-IPC_SYNC_MESSAGE_CONTROL1_1(PpapiHostMsg_OpenResource, |
+IPC_SYNC_MESSAGE_CONTROL1_3(PpapiHostMsg_OpenResource, |
std::string /* key */, |
- ppapi::proxy::SerializedHandle /* fd */) |
+ ppapi::proxy::SerializedHandle /* fd */, |
+ uint64_t /* file_token_lo */, |
+ uint64_t /* file_token_hi */) |
// Logs the given message to the console of all instances. |
IPC_MESSAGE_CONTROL4(PpapiHostMsg_LogWithSource, |