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

Unified Diff: remoting/protocol/connection_to_client.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/protocol/connection_to_client.cc
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
index 6894a9c421baec01b95638d23992b4f882424638..6ebcf5ffc105c879db0b8597c535cde4ac5c1cce 100644
--- a/remoting/protocol/connection_to_client.cc
+++ b/remoting/protocol/connection_to_client.cc
@@ -55,7 +55,7 @@ void ConnectionToClient::OnEventTimestamp(int64 sequence_number) {
handler_->OnEventTimestamp(this, sequence_number);
}
-VideoStub* ConnectionToClient::video_stub() {
+VideoSender* ConnectionToClient::video_sender() {
DCHECK(CalledOnValidThread());
return video_dispatcher_.get();
}

Powered by Google App Engine
This is Rietveld 408576698