| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index ded1fa1825779e52402a6b72743fc57d47239a54..1e7c7eaa4f915847e79e0424b12241afad830ec6 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -434,6 +434,10 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPBGraphics3D_SwapBuffersACK,
|
| ppapi::HostResource /* graphics_3d */,
|
| int32_t /* pp_error */)
|
|
|
| +// PPB_ImageData.
|
| +IPC_MESSAGE_ROUTED1(PpapiMsg_PPBImageData_NotifyUnusedImageData,
|
| + ppapi::HostResource /* old_image_data */)
|
| +
|
| // PPB_Instance.
|
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPBInstance_MouseLockComplete,
|
| PP_Instance /* instance */,
|
|
|