| Index: content/renderer/media/media_stream_audio_processor_options.h
|
| diff --git a/content/renderer/media/media_stream_audio_processor_options.h b/content/renderer/media/media_stream_audio_processor_options.h
|
| index 7c1953655c480f9647b9966cb7a689cb9530c2b3..cb7eb7975191b603dcee7ea24c5a3332fa34f826 100644
|
| --- a/content/renderer/media/media_stream_audio_processor_options.h
|
| +++ b/content/renderer/media/media_stream_audio_processor_options.h
|
| @@ -160,8 +160,9 @@ void StopEchoCancellationDump(AudioProcessing* audio_processing);
|
|
|
| void EnableAutomaticGainControl(AudioProcessing* audio_processing);
|
|
|
| -void GetAecStats(webrtc::EchoCancellation* echo_cancellation,
|
| - webrtc::AudioProcessorInterface::AudioProcessorStats* stats);
|
| +void GetAudioProcessingStats(
|
| + AudioProcessing* audio_processing,
|
| + webrtc::AudioProcessorInterface::AudioProcessorStats* stats);
|
|
|
| // Returns the array geometry from the media constraints if existing and
|
| // otherwise that provided by the input device.
|
|
|