summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Event.h')
-rw-r--r--WebCore/dom/Event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/Event.h b/WebCore/dom/Event.h
index 9b55bb8..1ba5e3d 100644
--- a/WebCore/dom/Event.h
+++ b/WebCore/dom/Event.h
@@ -129,6 +129,7 @@ namespace WebCore {
#if ENABLE(TOUCH_EVENTS)
virtual bool isTouchEvent() const;
#endif
+ bool fromUserGesture();
bool propagationStopped() const { return m_propagationStopped; }