diff options
Diffstat (limited to 'remoting/host/client_session.cc')
-rw-r--r-- | remoting/host/client_session.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc index 52feba7..68528c5 100644 --- a/remoting/host/client_session.cc +++ b/remoting/host/client_session.cc @@ -273,6 +273,7 @@ void ClientSession::OnConnectionAuthenticated( video_encode_task_runner_, network_task_runner_, desktop_environment_->CreateVideoCapturer(), + desktop_environment_->CreateMouseCursorMonitor(), video_encoder.Pass(), connection_->client_stub(), &mouse_clamping_filter_); |