| 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 c6e44a2026be9d0fcb3a9371d4d5a0027a2d9359..4cedc3f48661943725b90dca3732070277190452 100644
|
| --- a/content/common/media/media_stream_messages.h
|
| +++ b/content/common/media/media_stream_messages.h
|
| @@ -38,6 +38,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::StreamDeviceInfo)
|
| 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.input.effects)
|
| 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)
|
|
|