| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| index b22346da000ce4a7af43766b337f3583e719d974..14c94bbbb427c5232a806c56338eeee6bdd43f76 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| @@ -27,7 +27,8 @@ class PluginInputEvent : public PluginResource {
|
| }
|
|
|
| static const PPB_InputEvent* GetInterface();
|
| - static const PPB_MouseInputEvent* GetMouseInterface();
|
| + static const PPB_MouseInputEvent_1_0* GetMouseInterface1_0();
|
| + static const PPB_MouseInputEvent* GetMouseInterface1_1();
|
| static const PPB_WheelInputEvent* GetWheelInterface();
|
| static const PPB_KeyboardInputEvent* GetKeyboardInterface();
|
|
|
| @@ -38,6 +39,7 @@ class PluginInputEvent : public PluginResource {
|
| PP_InputEvent_MouseButton GetMouseButton() const;
|
| PP_Point GetMousePosition() const;
|
| int32_t GetMouseClickCount() const;
|
| + PP_Point GetMouseMovement() const;
|
|
|
| PP_FloatPoint GetWheelDelta() const;
|
| PP_FloatPoint GetWheelTicks() const;
|
|
|