| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 9a2ad063ed439294aa799f66aa4f61a7a3c282c0..fbd5f61af3bf595f8241132aa0de282af1947b6b 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1434,9 +1434,12 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply,
|
| std::string /* fsid */)
|
|
|
| // MediaStream -----------------------------------------------------------------
|
| -// Message for init frames. It also takes a shared memory handle.
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamAudioTrack_CreateFromPendingHost,
|
| + std::string /* track_id */)
|
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost,
|
| std::string /* track_id */)
|
| +
|
| +// Message for init frames. It also takes a shared memory handle.
|
| IPC_MESSAGE_CONTROL2(PpapiPluginMsg_MediaStreamTrack_InitFrames,
|
| int32_t /* number_of_frames */,
|
| int32_t /* frame_size */)
|
|
|