Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1099)

Unified Diff: remoting/host/client_session.cc

Issue 850983002: Implement video frame acknowledgements in the chromoting protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698