| Index: remoting/protocol/connection_to_client.h
|
| diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
|
| index 11f4a3404a350792ec0f401fa5ddf0d55bb79a09..3fa8a75fbb8ba5066e96a9ee40b5993f7b67bc44 100644
|
| --- a/remoting/protocol/connection_to_client.h
|
| +++ b/remoting/protocol/connection_to_client.h
|
| @@ -25,7 +25,7 @@ class HostEventDispatcher;
|
| class HostStub;
|
| class HostVideoDispatcher;
|
| class InputStub;
|
| -class VideoStub;
|
| +class VideoSender;
|
|
|
| // This class represents a remote viewer connection to the chromoting
|
| // host. It sets up all protocol channels and connects them to the
|
| @@ -88,7 +88,7 @@ class ConnectionToClient : public base::NonThreadSafe,
|
| // The stubs must not be accessed before OnConnectionAuthenticated(), or
|
| // after OnConnectionClosed().
|
| // Note that the audio stub will be nullptr if audio is not enabled.
|
| - virtual VideoStub* video_stub();
|
| + virtual VideoSender* video_sender();
|
| virtual AudioStub* audio_stub();
|
| virtual ClientStub* client_stub();
|
|
|
|
|