summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/host_control_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/host_control_dispatcher.cc')
-rw-r--r--remoting/protocol/host_control_dispatcher.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/host_control_dispatcher.cc b/remoting/protocol/host_control_dispatcher.cc
index ec7d4a6..1932cac 100644
--- a/remoting/protocol/host_control_dispatcher.cc
+++ b/remoting/protocol/host_control_dispatcher.cc
@@ -51,6 +51,8 @@ void HostControlDispatcher::OnMessageReceived(
clipboard_stub_->InjectClipboardEvent(message->clipboard_event());
} else if (message->has_client_dimensions()) {
host_stub_->NotifyClientDimensions(message->client_dimensions());
+ } else if (message->has_video_control()) {
+ host_stub_->ControlVideo(message->video_control());
} else {
LOG(WARNING) << "Unknown control message received.";
}