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 366da6417..8557ce936 100644
--- a/lib/web_event_factory.h
+++ b/lib/web_event_factory.h
@@ -6,11 +6,13 @@
class QMouseEvent;
class QKeyEvent;
+class QWheelEvent;
class WebEventFactory {
public:
static WebKit::WebMouseEvent toWebMouseEvent(QMouseEvent*);
+ static WebKit::WebMouseWheelEvent toWebWheelEvent(QWheelEvent*);
static content::NativeWebKeyboardEvent toWebKeyboardEvent(QKeyEvent*);
};