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

Unified Diff: remoting/protocol/monitored_video_stub.h

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/monitored_video_stub.h
diff --git a/remoting/protocol/monitored_video_stub.h b/remoting/protocol/monitored_video_stub.h
index 33a9b90f38d5a7750de2d18bd9e3cd2e3ecc3ce8..7076cbeebd0ead27bbd7d86fc5e22754d588ea00 100644
--- a/remoting/protocol/monitored_video_stub.h
+++ b/remoting/protocol/monitored_video_stub.h
@@ -40,8 +40,9 @@ class MonitoredVideoStub : public VideoStub {
~MonitoredVideoStub() override;
// VideoStub implementation.
- void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
- const base::Closure& done) override;
+ void ProcessVideoPacket(
+ scoped_ptr<VideoPacket> packet,
+ const ProgressCallback& progress_callback) override;
private:
void OnConnectivityCheckTimeout();

Powered by Google App Engine
This is Rietveld 408576698