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..e5eef1c42fa6b6dcd72afc1709b961c5d04076ec 100644 |
--- a/components/audio_modem/audio_player_impl.h |
+++ b/components/audio_modem/audio_player_impl.h |
@@ -58,7 +58,9 @@ 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 |