| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 52feba70462efae8bc4d28cce9f9f09cd605d073..68528c5060f5daa4fdc8a8f33740dadbed05c3f9 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_);
|
|
|