Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 9afdcbc10e3ee7420eb35aad78ef56cc0b5b4461..b7dfcf65114e04c7185825239c8d3e762f14443c 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -828,9 +828,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, |