| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index d92905b1b032938e1d67d6bbfe15ea6e77ae5944..575f1da20dfdd980e2e7078f0e0c134475400150 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -24,7 +24,7 @@ class Session;
|
| class SessionConfig;
|
| class TransportContext;
|
| struct TransportRoute;
|
| -class VideoStub;
|
| +class VideoRenderer;
|
|
|
| class ConnectionToHost {
|
| public:
|
| @@ -70,7 +70,7 @@ class ConnectionToHost {
|
| // is called.
|
| virtual void set_client_stub(ClientStub* client_stub) = 0;
|
| virtual void set_clipboard_stub(ClipboardStub* clipboard_stub) = 0;
|
| - virtual void set_video_stub(VideoStub* video_stub) = 0;
|
| + virtual void set_video_renderer(VideoRenderer* video_renderer) = 0;
|
| // If no audio stub is specified then audio will not be requested.
|
| virtual void set_audio_stub(AudioStub* audio_stub) = 0;
|
|
|
|
|