Index: components/audio_modem/audio_player_impl.h |
diff --git a/components/audio_modem/audio_player_impl.h b/components/audio_modem/audio_player_impl.h |
index 145dab6164521098b8b984ec6c0d2685c0883c70..51dba1d0a2cf0caacd9d7ac89fe7a744008ef63b 100644 |
--- a/components/audio_modem/audio_player_impl.h |
+++ b/components/audio_modem/audio_player_impl.h |
@@ -58,7 +58,8 @@ class AudioPlayerImpl final |
// AudioOutputStream::AudioSourceCallback overrides: |
// Following methods could be called from *ANY* thread. |
- int OnMoreData(media::AudioBus* dest, uint32 total_bytes_delay) override; |
+ int OnMoreData(media::AudioBus* dest, uint32_t total_bytes_delay, |
+ uint32_t frames_skipped) override; |
void OnError(media::AudioOutputStream* stream) override; |
// Flushes the audio loop, making sure that any queued operations are |