summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/mac/WebEventFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/mac/WebEventFactory.h')
-rw-r--r--Source/WebKit2/Shared/mac/WebEventFactory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/mac/WebEventFactory.h b/Source/WebKit2/Shared/mac/WebEventFactory.h
index 7bc8d97..73fbed0 100644
--- a/Source/WebKit2/Shared/mac/WebEventFactory.h
+++ b/Source/WebKit2/Shared/mac/WebEventFactory.h
@@ -38,6 +38,10 @@ public:
static WebMouseEvent createWebMouseEvent(NSEvent *event, NSView *windowView);
static WebWheelEvent createWebWheelEvent(NSEvent *event, NSView *windowView);
static WebKeyboardEvent createWebKeyboardEvent(NSEvent *event, NSView *windowView);
+
+#if ENABLE(GESTURE_EVENTS)
+ static WebGestureEvent createWebGestureEvent(NSEvent *event, NSView *windowView);
+#endif
};
} // namespace WebKit