| Index: remoting/protocol/ice_connection_to_host.h
|
| diff --git a/remoting/protocol/ice_connection_to_host.h b/remoting/protocol/ice_connection_to_host.h
|
| index 6cc8e15e1f0790c201e282875304e6d545779b81..717106c33a12e24633f9e72fc3a7cb6f93b79018 100644
|
| --- a/remoting/protocol/ice_connection_to_host.h
|
| +++ b/remoting/protocol/ice_connection_to_host.h
|
| @@ -45,7 +45,7 @@ class IceConnectionToHost : public ConnectionToHost,
|
| // ConnectionToHost interface.
|
| void set_client_stub(ClientStub* client_stub) override;
|
| void set_clipboard_stub(ClipboardStub* clipboard_stub) override;
|
| - void set_video_stub(VideoStub* video_stub) override;
|
| + void set_video_renderer(VideoRenderer* video_renderer) override;
|
| void set_audio_stub(AudioStub* audio_stub) override;
|
| void Connect(scoped_ptr<Session> session,
|
| scoped_refptr<TransportContext> transport_context,
|
| @@ -87,6 +87,7 @@ class IceConnectionToHost : public ConnectionToHost,
|
| // Stub for incoming messages.
|
| ClientStub* client_stub_ = nullptr;
|
| ClipboardStub* clipboard_stub_ = nullptr;
|
| + VideoRenderer* video_renderer_ = nullptr;
|
| AudioStub* audio_stub_ = nullptr;
|
|
|
| scoped_ptr<Session> session_;
|
|
|