| Index: media/audio/cras/cras_input.cc
|
| diff --git a/media/audio/cras/cras_input.cc b/media/audio/cras/cras_input.cc
|
| index aa398b6575b3f9d2366d74a61634a59104d9277c..0d6784368e1dc3f65e52abf99c5414559a695711 100644
|
| --- a/media/audio/cras/cras_input.cc
|
| +++ b/media/audio/cras/cras_input.cc
|
| @@ -222,7 +222,7 @@ void CrasInputStream::ReadAudio(size_t frames,
|
| // also updated each time SetVolume() is called through IPC by the
|
| // render-side AGC.
|
| double normalized_volume = 0.0;
|
| - QueryAgcVolume(&normalized_volume);
|
| + GetAgcVolume(&normalized_volume);
|
|
|
| callback_->OnData(this,
|
| buffer,
|
|
|