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

Unified Diff: remoting/protocol/webrtc_connection_to_client.h

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/video_stream.h ('k') | remoting/protocol/webrtc_connection_to_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_connection_to_client.h
diff --git a/remoting/protocol/webrtc_connection_to_client.h b/remoting/protocol/webrtc_connection_to_client.h
index af5533d18dc5e0ffbf9edd9a61ff2b0be340d5a0..1ccd2c82dfc5f8d37cb2caefc753be66d5d3fb75 100644
--- a/remoting/protocol/webrtc_connection_to_client.h
+++ b/remoting/protocol/webrtc_connection_to_client.h
@@ -70,9 +70,6 @@ class WebrtcConnectionToClient : public ConnectionToClient,
void OnChannelClosed(ChannelDispatcherBase* channel_dispatcher) override;
private:
- // Callback for the event dispatcher.
- void OnInputEventReceived(int64_t timestamp);
-
base::ThreadChecker thread_checker_;
// Event handler for handling events sent from this object.
« no previous file with comments | « remoting/protocol/video_stream.h ('k') | remoting/protocol/webrtc_connection_to_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698