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