diff options
Diffstat (limited to 'remoting/protocol/client_control_dispatcher.h')
-rw-r--r-- | remoting/protocol/client_control_dispatcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/protocol/client_control_dispatcher.h b/remoting/protocol/client_control_dispatcher.h index a1bc79b..dce4d9b 100644 --- a/remoting/protocol/client_control_dispatcher.h +++ b/remoting/protocol/client_control_dispatcher.h @@ -38,6 +38,7 @@ class ClientControlDispatcher : public ChannelDispatcherBase, const ClientResolution& resolution) OVERRIDE; virtual void ControlVideo(const VideoControl& video_control) OVERRIDE; virtual void ControlAudio(const AudioControl& audio_control) OVERRIDE; + virtual void SetCapabilities(const Capabilities& capabilities) OVERRIDE; // Sets the ClientStub that will be called for each incoming control // message. |client_stub| must outlive this object. |