| Index: chrome/renderer/webplugin_delegate_proxy.h
|
| ===================================================================
|
| --- chrome/renderer/webplugin_delegate_proxy.h (revision 16673)
|
| +++ chrome/renderer/webplugin_delegate_proxy.h (working copy)
|
| @@ -59,7 +59,8 @@
|
| virtual NPObject* GetPluginScriptableObject();
|
| virtual void DidFinishLoadWithReason(NPReason reason);
|
| virtual void SetFocus();
|
| - virtual bool HandleEvent(NPEvent* event, WebCursor* cursor);
|
| + virtual bool HandleInputEvent(const WebKit::WebInputEvent& event,
|
| + WebCursor* cursor);
|
| virtual int GetProcessId();
|
|
|
| // IPC::Channel::Listener implementation:
|
|
|