| Index: components/copresence/mediums/audio/audio_player.h
|
| diff --git a/components/copresence/mediums/audio/audio_player.h b/components/copresence/mediums/audio/audio_player.h
|
| index aecd6601fb88daa196d86a1e3958ec38ed50961b..46846db5d04e6c5354a09355492f5f0e9c097b0c 100644
|
| --- a/components/copresence/mediums/audio/audio_player.h
|
| +++ b/components/copresence/mediums/audio/audio_player.h
|
| @@ -67,8 +67,8 @@ class AudioPlayer : public media::AudioOutputStream::AudioSourceCallback {
|
| // AudioOutputStream::AudioSourceCallback overrides:
|
| // Following methods could be called from *ANY* thread.
|
| virtual int OnMoreData(media::AudioBus* dest,
|
| - media::AudioBuffersState /* state */) OVERRIDE;
|
| - virtual void OnError(media::AudioOutputStream* /* stream */) OVERRIDE;
|
| + int total_bytes_delay) OVERRIDE;
|
| + virtual void OnError(media::AudioOutputStream* stream) OVERRIDE;
|
|
|
| // Flushes the audio loop, making sure that any queued operations are
|
| // performed.
|
|
|