| Index: content/renderer/media/media_stream_audio_processor.cc
|
| diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc
|
| index 4efc507918899301f71492d031c52b8b4ee992f1..ac41187c832214d49f44e0a759d87c07361b6d8e 100644
|
| --- a/content/renderer/media/media_stream_audio_processor.cc
|
| +++ b/content/renderer/media/media_stream_audio_processor.cc
|
| @@ -19,6 +19,7 @@
|
| #include "media/base/audio_fifo.h"
|
| #include "media/base/channel_layout.h"
|
| #include "third_party/WebKit/public/platform/WebMediaConstraints.h"
|
| +#include "third_party/libjingle/overrides/init_webrtc.h"
|
| #include "third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface.h"
|
| #include "third_party/webrtc/modules/audio_processing/typing_detection.h"
|
|
|
| @@ -423,7 +424,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule(
|
| #endif
|
|
|
| // Create and configure the webrtc::AudioProcessing.
|
| - audio_processing_.reset(webrtc::AudioProcessing::Create(config));
|
| + audio_processing_.reset(CreateWebRtcAudioProcessing(config));
|
|
|
| // Enable the audio processing components.
|
| if (echo_cancellation) {
|
|
|