| Index: remoting/client/plugin/pepper_input_handler.h
|
| diff --git a/remoting/client/plugin/pepper_input_handler.h b/remoting/client/plugin/pepper_input_handler.h
|
| index b99dd32715b76ee8a000d4467f9a4932b3f0faca..3749a6128783ce9ea822c5695c77bef0f387ba53 100644
|
| --- a/remoting/client/plugin/pepper_input_handler.h
|
| +++ b/remoting/client/plugin/pepper_input_handler.h
|
| @@ -10,6 +10,7 @@
|
| struct PP_InputEvent_Character;
|
| struct PP_InputEvent_Key;
|
| struct PP_InputEvent_Mouse;
|
| +struct PP_InputEvent_Wheel;
|
|
|
| namespace remoting {
|
|
|
| @@ -28,6 +29,7 @@ class PepperInputHandler : public InputHandler {
|
| void HandleMouseMoveEvent(const PP_InputEvent_Mouse& event);
|
| void HandleMouseButtonEvent(bool button_down,
|
| const PP_InputEvent_Mouse& event);
|
| + void HandleMouseWheelEvent(const PP_InputEvent_Wheel& event);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PepperInputHandler);
|
|
|