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