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 8edd0e07573d113b56f996a4169192450f867cd3..6ee9f8f2b4ee40e50ff3664ee6d25bddf562598c 100644 |
--- a/content/common/media/media_stream_messages.h |
+++ b/content/common/media/media_stream_messages.h |
@@ -30,8 +30,13 @@ IPC_STRUCT_TRAITS_BEGIN(content::StreamDeviceInfo) |
IPC_STRUCT_TRAITS_MEMBER(device.type) |
IPC_STRUCT_TRAITS_MEMBER(device.name) |
IPC_STRUCT_TRAITS_MEMBER(device.id) |
- IPC_STRUCT_TRAITS_MEMBER(device.sample_rate) |
- IPC_STRUCT_TRAITS_MEMBER(device.channel_layout) |
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output_device_id) |
+ IPC_STRUCT_TRAITS_MEMBER(device.input.sample_rate) |
+ IPC_STRUCT_TRAITS_MEMBER(device.input.channel_layout) |
+ IPC_STRUCT_TRAITS_MEMBER(device.input.frames_per_buffer) |
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output.sample_rate) |
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output.channel_layout) |
+ IPC_STRUCT_TRAITS_MEMBER(device.matched_output.frames_per_buffer) |
IPC_STRUCT_TRAITS_MEMBER(in_use) |
IPC_STRUCT_TRAITS_MEMBER(session_id) |
IPC_STRUCT_TRAITS_END() |