| Index: trunk/src/components/copresence/mediums/audio/audio_player_unittest.cc
|
| ===================================================================
|
| --- trunk/src/components/copresence/mediums/audio/audio_player_unittest.cc (revision 290374)
|
| +++ trunk/src/components/copresence/mediums/audio/audio_player_unittest.cc (working copy)
|
| @@ -48,7 +48,7 @@
|
| // Call back into the player to get samples that it wants us to play.
|
| scoped_ptr<media::AudioBus> dest =
|
| media::AudioBus::Create(1, default_frame_count_);
|
| - frames = callback_->OnMoreData(dest.get(), 0);
|
| + frames = callback_->OnMoreData(dest.get(), media::AudioBuffersState());
|
| total_frames += frames;
|
| // Send the samples given to us by the player to the gather callback.
|
| caller_loop_->PostTask(
|
|
|