| Index: ppapi/proxy/ppb_input_event_proxy.h
|
| diff --git a/ppapi/proxy/ppb_input_event_proxy.h b/ppapi/proxy/ppb_input_event_proxy.h
|
| index 0cefb8d0776a19a051b8245724f566d2de140664..c1ea428a0e43983d58cedfc122c2e8ed3f7f1e53 100644
|
| --- a/ppapi/proxy/ppb_input_event_proxy.h
|
| +++ b/ppapi/proxy/ppb_input_event_proxy.h
|
| @@ -23,7 +23,8 @@ class PPB_InputEvent_Proxy : public InterfaceProxy {
|
|
|
| static const Info* GetInputEventInfo();
|
| static const Info* GetKeyboardInputEventInfo();
|
| - static const Info* GetMouseInputEventInfo();
|
| + static const Info* GetMouseInputEventInfo1_0();
|
| + static const Info* GetMouseInputEventInfo1_1();
|
| static const Info* GetWheelInputEventInfo();
|
|
|
| static PP_Resource CreateProxyResource(PP_Instance instance,
|
|
|