| Index: ppapi/proxy/ppapi_messages.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_messages.h (revision 219784)
|
| +++ ppapi/proxy/ppapi_messages.h (working copy)
|
| @@ -962,6 +962,9 @@
|
| IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetPluginInstanceURL,
|
| PP_Instance /* active */,
|
| ppapi::proxy::SerializedVar /* result */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetPluginRefererURL,
|
| + PP_Instance /* instance */,
|
| + ppapi::proxy::SerializedVar /* result */)
|
| IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SetCursor,
|
| PP_Instance /* instance */,
|
| int32_t /* type */,
|
|
|