| Index: remoting/protocol/webrtc_connection_to_host.h
|
| diff --git a/remoting/protocol/webrtc_connection_to_host.h b/remoting/protocol/webrtc_connection_to_host.h
|
| index 79b97e0602d7fbd12837cebd4987b5d5ff0f3d47..f8afd4fbf5cebf54d059d10730afe040157edf07 100644
|
| --- a/remoting/protocol/webrtc_connection_to_host.h
|
| +++ b/remoting/protocol/webrtc_connection_to_host.h
|
| @@ -35,7 +35,7 @@ class WebrtcConnectionToHost : 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,
|
|
|