summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/event_conversion.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 17:08:59 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 17:08:59 +0000
commitcbe3e07b561b8c6a5f31fa94e566aae4bce67305 (patch)
treed651427665883b80a6ebf30a5f7e7bca3a4bc0e6 /webkit/plugins/ppapi/event_conversion.h
parentc88cbfa32dfc9847277a753ffc464d806fa0a4ee (diff)
downloadchromium_src-cbe3e07b561b8c6a5f31fa94e566aae4bce67305.zip
chromium_src-cbe3e07b561b8c6a5f31fa94e566aae4bce67305.tar.gz
chromium_src-cbe3e07b561b8c6a5f31fa94e566aae4bce67305.tar.bz2
Update the widget API to use the new InputEvent resource rather than the old
PP_InputEvent struct. TEST=manual BUG=none Review URL: http://codereview.chromium.org/7399035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/event_conversion.h')
-rw-r--r--webkit/plugins/ppapi/event_conversion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/event_conversion.h b/webkit/plugins/ppapi/event_conversion.h
index 07cabf8..99e9097 100644
--- a/webkit/plugins/ppapi/event_conversion.h
+++ b/webkit/plugins/ppapi/event_conversion.h
@@ -34,7 +34,6 @@ void CreateInputEventData(const WebKit::WebInputEvent& event,
// Creates a WebInputEvent from the given PP_InputEvent. If it fails, returns
// NULL. The caller owns the created object on success.
-WebKit::WebInputEvent* CreateWebInputEvent(const PP_InputEvent& event);
WebKit::WebInputEvent* CreateWebInputEvent(
const ::ppapi::InputEventData& event);