| Index: components/audio_modem/audio_player_impl.cc
|
| diff --git a/components/audio_modem/audio_player_impl.cc b/components/audio_modem/audio_player_impl.cc
|
| index 22fd723b6b89193187d63717be383dfbb2dc7043..cd52f05485ab4bd87a6daae246eff38ffaef85b2 100644
|
| --- a/components/audio_modem/audio_player_impl.cc
|
| +++ b/components/audio_modem/audio_player_impl.cc
|
| @@ -134,7 +134,8 @@ void AudioPlayerImpl::FinalizeOnAudioThread() {
|
| }
|
|
|
| int AudioPlayerImpl::OnMoreData(media::AudioBus* dest,
|
| - uint32 /* total_bytes_delay */) {
|
| + uint32_t /* total_bytes_delay */,
|
| + uint32_t /* frames_skipped */) {
|
| base::AutoLock al(state_lock_);
|
| // Continuously play our samples till explicitly told to stop.
|
| const int leftover_frames = samples_->frames() - frame_index_;
|
|
|