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