summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/gtk/WebInputEventFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/public/gtk/WebInputEventFactory.h')
-rw-r--r--webkit/api/public/gtk/WebInputEventFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/api/public/gtk/WebInputEventFactory.h b/webkit/api/public/gtk/WebInputEventFactory.h
index cdc80ea..5fdfa97 100644
--- a/webkit/api/public/gtk/WebInputEventFactory.h
+++ b/webkit/api/public/gtk/WebInputEventFactory.h
@@ -47,7 +47,7 @@ namespace WebKit {
class WebInputEventFactory {
public:
WEBKIT_API static WebKeyboardEvent keyboardEvent(const GdkEventKey*);
- WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, double timeStampSeconds);
+ WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, int state, double timeStampSeconds);
WEBKIT_API static WebMouseEvent mouseEvent(const GdkEventButton*);
WEBKIT_API static WebMouseEvent mouseEvent(const GdkEventMotion*);
WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*);