| 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 74f7d70fc47e0c0e1acbaa4a51264b3e1a4044bf..7184158f4d9bf899739aa87dfe5482e9c4897726 100644
|
| --- a/media/audio/sounds/audio_stream_handler.cc
|
| +++ b/media/audio/sounds/audio_stream_handler.cc
|
| @@ -111,7 +111,8 @@ class AudioStreamHandler::AudioStreamContainer
|
| // Following methods could be called from *ANY* thread.
|
| int OnMoreData(AudioBus* dest,
|
| uint32_t /* total_bytes_delay */,
|
| - uint32_t /* frames_skipped */) override {
|
| + uint32_t /* frames_skipped */,
|
| + const AudioTimestamp& /* timestamp */) override {
|
| base::AutoLock al(state_lock_);
|
| size_t bytes_written = 0;
|
|
|
|
|