| 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..188459f4457e5d8e12a51455ae7bb45be8438c1f 100644
|
| --- a/components/audio_modem/audio_player_impl.h
|
| +++ b/components/audio_modem/audio_player_impl.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
| +#include "base/time/time.h"
|
| #include "components/audio_modem/audio_player.h"
|
| #include "media/audio/audio_io.h"
|
|
|
| @@ -63,6 +64,7 @@ class AudioPlayerImpl final
|
| // Following methods could be called from *ANY* thread.
|
| int OnMoreData(media::AudioBus* dest,
|
| uint32_t total_bytes_delay,
|
| + base::TimeStamp delay_timestamp,
|
| uint32_t frames_skipped) override;
|
| void OnError(media::AudioOutputStream* stream) override;
|
|
|
|
|