| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index c15b6fbf1e15a6746ec01b01786c7c3046f4c790..3743e9154a8ba24d283053515a8a805e7cfd864f 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_);
|
|
|