| Index: media/cast/test/receiver.cc
|
| diff --git a/media/cast/test/receiver.cc b/media/cast/test/receiver.cc
|
| index b2e59bd20d8afd6ee4ccd15f69012c08a451e2a3..1665124b7258618ebb631712581b90b8e572b890 100644
|
| --- a/media/cast/test/receiver.cc
|
| +++ b/media/cast/test/receiver.cc
|
| @@ -323,7 +323,8 @@ class NaivePlayer : public InProcessReceiver,
|
|
|
| int OnMoreData(AudioBus* dest,
|
| uint32_t total_bytes_delay,
|
| - uint32_t frames_skipped) final {
|
| + uint32_t frames_skipped,
|
| + const AudioTimestamp& timestamp) final {
|
| // Note: This method is being invoked by a separate thread unknown to us
|
| // (i.e., outside of CastEnvironment).
|
|
|
|
|