Index: trunk/src/media/audio/sounds/audio_stream_handler.cc |
=================================================================== |
--- trunk/src/media/audio/sounds/audio_stream_handler.cc (revision 290374) |
+++ trunk/src/media/audio/sounds/audio_stream_handler.cc (working copy) |
@@ -105,7 +105,7 @@ |
// AudioOutputStream::AudioSourceCallback overrides: |
// Following methods could be called from *ANY* thread. |
virtual int OnMoreData(AudioBus* dest, |
- int /* total_bytes_delay */) OVERRIDE { |
+ AudioBuffersState /* state */) OVERRIDE { |
base::AutoLock al(state_lock_); |
size_t bytes_written = 0; |