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..c44296224d4958207cfa3e96ddd1f6a8e43a52d4 100644 |
--- a/components/copresence/mediums/audio/audio_player.h |
+++ b/components/copresence/mediums/audio/audio_player.h |
@@ -67,7 +67,7 @@ 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; |
+ int total_bytes_delay) OVERRIDE; |
virtual void OnError(media::AudioOutputStream* /* stream */) OVERRIDE; |
rkc
2014/09/17 22:41:36
Nit: Change the /* stream */ to stream to keep thi
acolwell GONE FROM CHROMIUM
2014/09/18 00:25:06
Done.
|
// Flushes the audio loop, making sure that any queued operations are |