Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 02f0a9c47b292cf783949b4357d36de444dac80c..92a94668915cd64cb4c57f146f146e5f8b52a4cb 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1447,14 +1447,14 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamAudioTrack_CreateFromPendingHost, |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost, |
std::string /* track_id */) |
-// Message for init frames. It also takes a shared memory handle which is put in |
-// the outer ResourceReplyMessage. |
-IPC_MESSAGE_CONTROL2(PpapiPluginMsg_MediaStreamTrack_InitFrames, |
+// Message for init buffers. It also takes a shared memory handle which is put |
+// in the outer ResourceReplyMessage. |
+IPC_MESSAGE_CONTROL2(PpapiPluginMsg_MediaStreamTrack_InitBuffers, |
int32_t /* number_of_frames */, |
yzshen1
2014/02/07 20:09:52
Do you want to also change this and the line below
Peng
2014/02/07 20:30:01
Done.
|
int32_t /* frame_size */) |
-IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueFrame, |
+IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffer, |
int32_t /* index */); |
-IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueFrame, |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueBuffer, |
int32_t /* index */); |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_MediaStreamTrack_Close) |