| Index: content/renderer/media/media_stream_audio_processor.h
|
| diff --git a/content/renderer/media/media_stream_audio_processor.h b/content/renderer/media/media_stream_audio_processor.h
|
| index 3fded3ef07f38287dd7bfca7742a1e5ee3f3db3e..bcdbd369ddcc394f3040fafc155e34dc124c1226 100644
|
| --- a/content/renderer/media/media_stream_audio_processor.h
|
| +++ b/content/renderer/media/media_stream_audio_processor.h
|
| @@ -128,6 +128,7 @@ class CONTENT_EXPORT MediaStreamAudioProcessor :
|
| // Helper to initialize the WebRtc AudioProcessing.
|
| void InitializeAudioProcessingModule(
|
| const blink::WebMediaConstraints& constraints, int effects);
|
| + void ConfigureBeamforming(webrtc::Config* config);
|
|
|
| // Helper to initialize the capture converter.
|
| void InitializeCaptureFifo(const media::AudioParameters& input_format);
|
|
|