summaryrefslogtreecommitdiff
path: root/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/WebProcess/WebPage/EventDispatcher.h')
-rw-r--r--Source/WebKit2/WebProcess/WebPage/EventDispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h b/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h
index 8374a83fe..3b088e927 100644
--- a/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h
+++ b/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h
@@ -81,7 +81,7 @@ private:
#if ENABLE(IOS_TOUCH_EVENTS)
void touchEvent(uint64_t pageID, const WebTouchEvent&);
#endif
-#if ENABLE(MAC_GESTURE_EVENTS)
+#if ENABLE(MAC_GESTURE_EVENTS) || ENABLE(QT_GESTURE_EVENTS)
void gestureEvent(uint64_t pageID, const WebGestureEvent&);
#endif
@@ -91,7 +91,7 @@ private:
#if ENABLE(IOS_TOUCH_EVENTS)
void dispatchTouchEvents();
#endif
-#if ENABLE(MAC_GESTURE_EVENTS)
+#if ENABLE(MAC_GESTURE_EVENTS) || ENABLE(QT_GESTURE_EVENTS)
void dispatchGestureEvent(uint64_t pageID, const WebGestureEvent&);
#endif