| Index: remoting/client/chromoting_client.cc
|
| diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
|
| index 17a95e1c65f0f86891460c69c6abdab836446403..1ad7223f719f95c8096e2e23a46741e684f1d6ce 100644
|
| --- a/remoting/client/chromoting_client.cc
|
| +++ b/remoting/client/chromoting_client.cc
|
| @@ -60,7 +60,7 @@ void ChromotingClient::Start(
|
|
|
| connection_.set_client_stub(this);
|
| connection_.set_clipboard_stub(this);
|
| - connection_.set_video_stub(video_renderer_);
|
| + connection_.set_video_stub(video_renderer_->GetVideoStub());
|
| connection_.set_audio_stub(audio_decode_scheduler_.get());
|
|
|
| connection_.Connect(signal_strategy, transport_factory.Pass(),
|
|
|