Index: remoting/client/x11_input_handler.h |
diff --git a/remoting/client/x11_input_handler.h b/remoting/client/x11_input_handler.h |
index 5d63ca3d572cc1af6a156efd86cca6c03e465042..eedaf543a657b82feec94731aa4d8eac29b6fdf9 100644 |
--- a/remoting/client/x11_input_handler.h |
+++ b/remoting/client/x11_input_handler.h |
@@ -27,6 +27,9 @@ class X11InputHandler : public InputHandler { |
void ScheduleX11EventHandler(); |
+ void HandleMouseMoveEvent(int x, int y); |
+ void HandleMouseButtonEvent(bool button_down, int xbutton_id); |
+ |
DISALLOW_COPY_AND_ASSIGN(X11InputHandler); |
}; |