| 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 3507c699d0abcc14164981c5a7fabbe4433b1ca1..b4b2d8b94b7fc605eb057a749fbe15224578a3e7 100644
|
| --- a/components/audio_modem/audio_player_impl.h
|
| +++ b/components/audio_modem/audio_player_impl.h
|
| @@ -63,7 +63,8 @@ class AudioPlayerImpl final
|
| // Following methods could be called from *ANY* thread.
|
| int OnMoreData(media::AudioBus* dest,
|
| uint32_t total_bytes_delay,
|
| - uint32_t frames_skipped) override;
|
| + uint32_t frames_skipped,
|
| + const media::AudioTimestamp& output_timestamp) override;
|
| void OnError(media::AudioOutputStream* stream) override;
|
|
|
| bool is_playing_;
|
|
|