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

Unified Diff: remoting/client/input_handler.h

Issue 5068001: Move move classes to the remoting::protocol namespace. Minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes for windows Created 10 years, 1 month 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/client/input_handler.h
diff --git a/remoting/client/input_handler.h b/remoting/client/input_handler.h
index 8d7c86dee76d1ea8c3208bb14c36498de3353ada..f3f647ea49d1cad25f5b3a727f74684250f71e4d 100644
--- a/remoting/client/input_handler.h
+++ b/remoting/client/input_handler.h
@@ -30,7 +30,8 @@ class InputHandler {
protected:
void SendKeyEvent(bool press, int keycode);
void SendMouseMoveEvent(int x, int y);
- void SendMouseButtonEvent(bool down, MouseButton button);
+ void SendMouseButtonEvent(bool down,
+ protocol::MouseEvent::MouseButton button);
ClientContext* context_;
protocol::ConnectionToHost* connection_;

Powered by Google App Engine
This is Rietveld 408576698