Index: remoting/host/client_session.cc |
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc |
index 1b580dc8370e8bea4964d32816d75d82b471335c..a83c813f181ae01ebfa151ffbe692479a50636fa 100644 |
--- a/remoting/host/client_session.cc |
+++ b/remoting/host/client_session.cc |
@@ -256,7 +256,7 @@ void ClientSession::OnConnectionAuthenticated( |
auth_clipboard_filter_.set_enabled(true); |
clipboard_echo_filter_.set_client_stub(connection_->client_stub()); |
- mouse_clamping_filter_.set_video_stub(connection_->video_stub()); |
+ mouse_clamping_filter_.set_video_sender(connection_->video_sender()); |
if (max_duration_ > base::TimeDelta()) { |
// TODO(simonmorris): Let Disconnect() tell the client that the |