Chromium Code Reviews| Index: ppapi/proxy/ppapi_messages.h |
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
| index ded1fa1825779e52402a6b72743fc57d47239a54..f672e041c48d9d61ed912002d4613e942946745c 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(PpapiPluginMsg_PPBImageData_NotifyUnusedImageData, |
|
yzshen1
2012/08/21 22:07:24
nit: most of the messages sent to the ppapi proces
|
| + ppapi::HostResource /* old_image_data */) |
| + |
| // PPB_Instance. |
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPBInstance_MouseLockComplete, |
| PP_Instance /* instance */, |