| 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 37303aa37be212197ef50c4d1ee5c361e024ce38..c1b9dea0114006bcda05e8dfaa0f515b52dbd8d3 100644
|
| --- a/media/audio/sounds/audio_stream_handler.cc
|
| +++ b/media/audio/sounds/audio_stream_handler.cc
|
| @@ -112,9 +112,9 @@ class AudioStreamHandler::AudioStreamContainer
|
| 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(base::TimeTicks /* target_playout_time */,
|
| + int /* prior_frames_skipped */,
|
| + AudioBus* dest) override {
|
| base::AutoLock al(state_lock_);
|
| size_t bytes_written = 0;
|
|
|
|
|