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 729bf3d9e1d3e610de4496ae092ecc978fe9af9e..f0471a9d9452f683d0efa2849a2aecec59b5080d 100644 |
--- a/content/renderer/media/media_stream_audio_processor.cc |
+++ b/content/renderer/media/media_stream_audio_processor.cc |
@@ -481,7 +481,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule( |
if (goog_experimental_ns) |
config.Set<webrtc::ExperimentalNs>(new webrtc::ExperimentalNs(true)); |
if (IsDelayAgnosticAecEnabled()) |
- config.Set<webrtc::ReportedDelay>(new webrtc::ReportedDelay(false)); |
+ config.Set<webrtc::DelayAgnostic>(new webrtc::DelayAgnostic(true)); |
if (goog_beamforming) { |
ConfigureBeamforming(&config, audio_constraints.GetPropertyAsString( |
MediaAudioConstraints::kGoogArrayGeometry)); |