Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index d750f9cea464d7fcb6630ce6a3bfddf4a2db73d6..a0e322c93026940ec25a43cfd7db33d9ed584a6c 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -62,6 +62,7 @@ |
#include "ppapi/shared_impl/file_growth.h" |
#include "ppapi/shared_impl/file_path.h" |
#include "ppapi/shared_impl/file_ref_create_info.h" |
+#include "ppapi/shared_impl/media_stream_video_track_shared.h" |
#include "ppapi/shared_impl/ppapi_nacl_plugin_args.h" |
#include "ppapi/shared_impl/ppapi_preferences.h" |
#include "ppapi/shared_impl/ppb_device_ref_shared.h" |
@@ -1441,6 +1442,10 @@ IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamAudioTrack_CreateFromPendingHost, |
std::string /* track_id */) |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost, |
std::string /* track_id */) |
+IPC_MESSAGE_CONTROL1( |
+ PpapiHostMsg_MediaStreamVideoTrack_Configure, |
+ ppapi::MediaStreamVideoTrackShared::Attributes /* attributes */) |
+IPC_MESSAGE_CONTROL0(PpapiPluginMsg_MediaStreamVideoTrack_ConfigureReply) |
// Message for init buffers. It also takes a shared memory handle which is put |
// in the outer ResourceReplyMessage. |