| Index: remoting/client/input_handler.h
|
| diff --git a/remoting/client/input_handler.h b/remoting/client/input_handler.h
|
| index f3f647ea49d1cad25f5b3a727f74684250f71e4d..b17e1d6b492f955dc0997131067907a94993ffbf 100644
|
| --- a/remoting/client/input_handler.h
|
| +++ b/remoting/client/input_handler.h
|
| @@ -32,6 +32,8 @@ class InputHandler {
|
| void SendMouseMoveEvent(int x, int y);
|
| void SendMouseButtonEvent(bool down,
|
| protocol::MouseEvent::MouseButton button);
|
| + void SendMouseWheelEvent(int dx, int dy, int clicks_x, int clicks_y,
|
| + bool page);
|
|
|
| ClientContext* context_;
|
| protocol::ConnectionToHost* connection_;
|
|
|