| 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..43aa03ca85968abb2394d17e86cd5f70346afdfb 100644
|
| --- a/ppapi/proxy/ppb_input_event_proxy.h
|
| +++ b/ppapi/proxy/ppb_input_event_proxy.h
|
| @@ -26,9 +26,6 @@ class PPB_InputEvent_Proxy : public InterfaceProxy {
|
| static const Info* GetMouseInputEventInfo();
|
| static const Info* GetWheelInputEventInfo();
|
|
|
| - static PP_Resource CreateProxyResource(PP_Instance instance,
|
| - const ppapi::InputEventData& data);
|
| -
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
|
|