summaryrefslogtreecommitdiffstats
path: root/media/audio/sounds/audio_stream_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/audio/sounds/audio_stream_handler.cc')
-rw-r--r--media/audio/sounds/audio_stream_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/audio/sounds/audio_stream_handler.cc b/media/audio/sounds/audio_stream_handler.cc
index 645fcb3..7e48b2d 100644
--- a/media/audio/sounds/audio_stream_handler.cc
+++ b/media/audio/sounds/audio_stream_handler.cc
@@ -105,7 +105,7 @@ class AudioStreamHandler::AudioStreamContainer
// AudioOutputStream::AudioSourceCallback overrides:
// Following methods could be called from *ANY* thread.
virtual int OnMoreData(AudioBus* dest,
- AudioBuffersState /* state */) OVERRIDE {
+ int /* total_bytes_delay */) OVERRIDE {
base::AutoLock al(state_lock_);
size_t bytes_written = 0;