Index: media/audio/sounds/audio_stream_handler.cc |
diff --git a/media/audio/sounds/audio_stream_handler.cc b/media/audio/sounds/audio_stream_handler.cc |
index 85ee6533a121e9db95272d6e75763ebb5fbae39f..ee273129debac07ada1394ae8e7b617e8d7ddd67 100644 |
--- a/media/audio/sounds/audio_stream_handler.cc |
+++ b/media/audio/sounds/audio_stream_handler.cc |
@@ -106,9 +106,7 @@ |
private: |
// AudioOutputStream::AudioSourceCallback overrides: |
// Following methods could be called from *ANY* thread. |
- int OnMoreData(AudioBus* dest, |
- uint32_t /* total_bytes_delay */, |
- uint32_t /* frames_skipped */) override { |
+ int OnMoreData(AudioBus* dest, uint32 /* total_bytes_delay */) override { |
base::AutoLock al(state_lock_); |
size_t bytes_written = 0; |