| 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 5e60acbe3f9a1e1a0b9545be4b40ce53fe5bc149..68d71f1eb8b6e24c983ab2ead8ec291d5adc431a 100644
|
| --- a/ppapi/proxy/ppb_input_event_proxy.h
|
| +++ b/ppapi/proxy/ppb_input_event_proxy.h
|
| @@ -23,8 +23,8 @@ class PPB_InputEvent_Proxy : public InterfaceProxy {
|
|
|
| static const Info* GetInputEventInfo();
|
| static const Info* GetKeyboardInputEventInfo();
|
| - static const Info* GetMouseInputEventInfo1_0();
|
| - static const Info* GetMouseInputEventInfo1_1();
|
| + static const Info* GetMouseInputEventInfo();
|
| + static const Info* GetMouseInputEventDevInfo();
|
| static const Info* GetWheelInputEventInfo();
|
|
|
| // InterfaceProxy implementation.
|
|
|