| Index: components/copresence/mediums/audio/audio_player.cc
|
| diff --git a/components/copresence/mediums/audio/audio_player.cc b/components/copresence/mediums/audio/audio_player.cc
|
| index ac9bf78344a9ed04d805ebc2957e0341948da003..25181b24e72daed0fcc2b59d33fd3875c2f0ce1b 100644
|
| --- a/components/copresence/mediums/audio/audio_player.cc
|
| +++ b/components/copresence/mediums/audio/audio_player.cc
|
| @@ -141,7 +141,7 @@ void AudioPlayer::FinalizeOnAudioThread() {
|
| }
|
|
|
| int AudioPlayer::OnMoreData(media::AudioBus* dest,
|
| - media::AudioBuffersState /* state */) {
|
| + uint32 /* total_bytes_delay */) {
|
| base::AutoLock al(state_lock_);
|
| // Continuously play our samples till explicitly told to stop.
|
| const int leftover_frames = samples_->frames() - frame_index_;
|
|
|