| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 2abc59ca35bd958227cca730fe4f91ae4a882613..4f3be069edc741689b73a24d2a5dfa0169b5bd82 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -627,10 +627,15 @@ IPC_MESSAGE_ROUTED3(PpapiMsg_PPPInstance_HandleDocumentLoad,
|
| int /* pending_loader_host_id */,
|
| ppapi::URLResponseInfoData /* response */)
|
|
|
| -// PPP_Messaging.
|
| +// PPP_Messaging and PPP_MessageHandler.
|
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPPMessaging_HandleMessage,
|
| PP_Instance /* instance */,
|
| ppapi::proxy::SerializedVar /* message */)
|
| +IPC_SYNC_MESSAGE_ROUTED2_2(PpapiMsg_PPPMessageHandler_HandleBlockingMessage,
|
| + PP_Instance /* instance */,
|
| + ppapi::proxy::SerializedVar /* message */,
|
| + ppapi::proxy::SerializedVar /* result */,
|
| + bool /* was_handled */);
|
|
|
| // PPP_MouseLock.
|
| IPC_MESSAGE_ROUTED1(PpapiMsg_PPPMouseLock_MouseLockLost,
|
|
|