Chromium Code Reviews| Index: ppapi/proxy/ppapi_messages.h |
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
| index 76fe6ec86ea1c9128555159d44c201a21cc7d5b0..493ced5e96db6c8a669e08f76a581524670de68b 100644 |
| --- a/ppapi/proxy/ppapi_messages.h |
| +++ b/ppapi/proxy/ppapi_messages.h |
| @@ -1862,8 +1862,10 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoSource_Open, |
| std::string /* stream_url */) |
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoSource_OpenReply) |
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_GetFrame) |
| -IPC_MESSAGE_CONTROL2(PpapiPluginMsg_VideoSource_GetFrameReply, |
| - ppapi::HostResource /* image_data */, |
| +IPC_MESSAGE_CONTROL4(PpapiPluginMsg_VideoSource_GetFrameReply, |
| + ppapi::HostResource /* resource_id */, |
| + std::string /* image_data_desc */, |
|
bbudge
2013/05/09 21:40:25
We're using string to marshal a C struct from the
|
| + int /* fd */, |
| PP_TimeTicks /* timestamp */) |
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Close) |