summaryrefslogtreecommitdiffstats
path: root/lib/web_event_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web_event_factory.h')
-rw-r--r--lib/web_event_factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/web_event_factory.h b/lib/web_event_factory.h
index bacb7132c..a8f5ab306 100644
--- a/lib/web_event_factory.h
+++ b/lib/web_event_factory.h
@@ -47,6 +47,7 @@
class QMouseEvent;
class QKeyEvent;
+class QTouchEvent;
class QWheelEvent;
class WebEventFactory {
@@ -54,6 +55,7 @@ class WebEventFactory {
public:
static WebKit::WebMouseEvent toWebMouseEvent(QMouseEvent*);
static WebKit::WebMouseWheelEvent toWebWheelEvent(QWheelEvent*);
+ static WebKit::WebTouchEvent toWebTouchEvent(QTouchEvent*);
static content::NativeWebKeyboardEvent toWebKeyboardEvent(QKeyEvent*);
};