| 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..bac91b8058d4b14fc94737033c02375e7e45f7ad 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;
|
| + uint32 total_bytes_delay) OVERRIDE;
|
| + virtual void OnError(media::AudioOutputStream* stream) OVERRIDE;
|
|
|
| // Flushes the audio loop, making sure that any queued operations are
|
| // performed.
|
|
|