| Index: media/cast/test/receiver.cc
|
| diff --git a/media/cast/test/receiver.cc b/media/cast/test/receiver.cc
|
| index 0f5fd4e45dc93f526c6ec963c3af3910f599f723..7fd9a1001c35cbd576daee4416af757f9fc56c26 100644
|
| --- a/media/cast/test/receiver.cc
|
| +++ b/media/cast/test/receiver.cc
|
| @@ -26,6 +26,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| #include "base/time/default_tick_clock.h"
|
| +#include "base/timer/time.h"
|
| #include "base/timer/timer.h"
|
| #include "media/audio/audio_io.h"
|
| #include "media/audio/audio_manager.h"
|
| @@ -324,6 +325,7 @@ class NaivePlayer : public InProcessReceiver,
|
|
|
| int OnMoreData(AudioBus* dest,
|
| uint32_t total_bytes_delay,
|
| + base::TimeDelta delay_timestamp,
|
| uint32_t frames_skipped) final {
|
| // Note: This method is being invoked by a separate thread unknown to us
|
| // (i.e., outside of CastEnvironment).
|
|
|