summaryrefslogtreecommitdiffstats
path: root/components/audio_modem/audio_player_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/audio_modem/audio_player_impl.cc')
-rw-r--r--components/audio_modem/audio_player_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/audio_modem/audio_player_impl.cc b/components/audio_modem/audio_player_impl.cc
index 22fd723..cd52f05 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_;