Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2540)

Unified Diff: content/common/media/media_stream_messages.h

Issue 10912004: Begin adding support for tab mirroring via the MediaStream audio/video capturing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index 5c89f8d52d82726ad44a06bc6b346132bc657d3a..2a043ff58de5ea94f601f23ad2258d3f807a61fe 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -19,8 +19,9 @@
IPC_ENUM_TRAITS(media_stream::MediaStreamType)
IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamOptions)
- IPC_STRUCT_TRAITS_MEMBER(audio)
- IPC_STRUCT_TRAITS_MEMBER(video)
+ IPC_STRUCT_TRAITS_MEMBER(audio_type)
+ IPC_STRUCT_TRAITS_MEMBER(video_type)
+ IPC_STRUCT_TRAITS_MEMBER(opt_device_id)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(media_stream::StreamDeviceInfo)

Powered by Google App Engine
This is Rietveld 408576698