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

Unified Diff: remoting/client/jingle_host_connection.h

Issue 3175028: Add mouse event support to Chromoting client (Pepper and X11). (Closed)
Patch Set: Remove win float/int conversion Created 10 years, 4 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/client/input_handler.cc ('k') | remoting/client/jingle_host_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jingle_host_connection.h
diff --git a/remoting/client/jingle_host_connection.h b/remoting/client/jingle_host_connection.h
index 7039a2bd83e8fe02477beafdbe6eba4f54b6ae24..885c63c722a9cb50e915c35add1f6194890d6d7e 100644
--- a/remoting/client/jingle_host_connection.h
+++ b/remoting/client/jingle_host_connection.h
@@ -46,6 +46,8 @@ class JingleHostConnection : public HostConnection,
HostEventCallback* event_callback);
virtual void Disconnect();
+ virtual void SendEvent(const ChromotingClientMessage& msg);
+
// JingleChannel::Callback interface.
virtual void OnStateChange(JingleChannel* channel,
JingleChannel::State state);
« no previous file with comments | « remoting/client/input_handler.cc ('k') | remoting/client/jingle_host_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698