| Index: media/cast/test/receiver.cc
|
| diff --git a/media/cast/test/receiver.cc b/media/cast/test/receiver.cc
|
| index 6c07e378630ee59d4487cafd74d4dce81a070fa1..ed069b6f0a98792df93c10b4e4e7faed4a6c0d87 100644
|
| --- a/media/cast/test/receiver.cc
|
| +++ b/media/cast/test/receiver.cc
|
| @@ -316,7 +316,9 @@ class NaivePlayer : public InProcessReceiver,
|
| ////////////////////////////////////////////////////////////////////
|
| // AudioSourceCallback implementation.
|
|
|
| - int OnMoreData(AudioBus* dest, uint32 total_bytes_delay) final {
|
| + int OnMoreData(AudioBus* dest,
|
| + uint32_t total_bytes_delay,
|
| + uint32_t frames_skipped) final {
|
| // Note: This method is being invoked by a separate thread unknown to us
|
| // (i.e., outside of CastEnvironment).
|
|
|
|
|