| Index: trunk/src/components/copresence/mediums/audio/audio_player.h
|
| ===================================================================
|
| --- trunk/src/components/copresence/mediums/audio/audio_player.h (revision 290374)
|
| +++ trunk/src/components/copresence/mediums/audio/audio_player.h (working copy)
|
| @@ -67,7 +67,7 @@
|
| // AudioOutputStream::AudioSourceCallback overrides:
|
| // Following methods could be called from *ANY* thread.
|
| virtual int OnMoreData(media::AudioBus* dest,
|
| - int total_bytes_delay) OVERRIDE;
|
| + media::AudioBuffersState /* state */) OVERRIDE;
|
| virtual void OnError(media::AudioOutputStream* /* stream */) OVERRIDE;
|
|
|
| // Flushes the audio loop, making sure that any queued operations are
|
|
|