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

Unified Diff: remoting/protocol/fake_connection_to_client.cc

Issue 2413553003: Add InputEventTimestampSource interface. (Closed)
Patch Set: msvc compilation Created 4 years, 2 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
« no previous file with comments | « remoting/protocol/fake_connection_to_client.h ('k') | remoting/protocol/host_event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_connection_to_client.cc
diff --git a/remoting/protocol/fake_connection_to_client.cc b/remoting/protocol/fake_connection_to_client.cc
index b5f09be5aed1b0c930bb19a7b545c1e67222ed76..b8556b08d7ac24cb9dc08e6cece08437026a037a 100644
--- a/remoting/protocol/fake_connection_to_client.cc
+++ b/remoting/protocol/fake_connection_to_client.cc
@@ -19,9 +19,10 @@ namespace protocol {
FakeVideoStream::FakeVideoStream() : weak_factory_(this) {}
FakeVideoStream::~FakeVideoStream() {}
-void FakeVideoStream::Pause(bool pause) {}
+void FakeVideoStream::SetEventTimestampsSource(
+ scoped_refptr<InputEventTimestampsSource> event_timestamps_source) {}
-void FakeVideoStream::OnInputEventReceived(int64_t event_timestamp) {}
+void FakeVideoStream::Pause(bool pause) {}
void FakeVideoStream::SetLosslessEncode(bool want_lossless) {}
« no previous file with comments | « remoting/protocol/fake_connection_to_client.h ('k') | remoting/protocol/host_event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698