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

Unified Diff: remoting/host/client_session.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/host/client_session.h ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session.cc
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
index 6317d2ab0da50b7da79c965fa61b627596e0ce4e..dcb87044efc8a0a2aa9c4c7b325e8ddccc85a6ae 100644
--- a/remoting/host/client_session.cc
+++ b/remoting/host/client_session.cc
@@ -356,14 +356,6 @@ void ClientSession::OnConnectionClosed(protocol::ErrorCode error) {
event_handler_->OnSessionClosed(this);
}
-void ClientSession::OnInputEventReceived(
- int64_t event_timestamp) {
- DCHECK(CalledOnValidThread());
-
- if (video_stream_.get())
- video_stream_->OnInputEventReceived(event_timestamp);
-}
-
void ClientSession::OnRouteChange(
const std::string& channel_name,
const protocol::TransportRoute& route) {
« no previous file with comments | « remoting/host/client_session.h ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698