summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Event.h')
-rw-r--r--Source/WebCore/dom/Event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/dom/Event.h b/Source/WebCore/dom/Event.h
index f6e5586..e913745 100644
--- a/Source/WebCore/dom/Event.h
+++ b/Source/WebCore/dom/Event.h
@@ -136,6 +136,10 @@ namespace WebCore {
virtual bool isErrorEvent() const;
#if ENABLE(TOUCH_EVENTS)
virtual bool isTouchEvent() const;
+#if PLATFORM(ANDROID)
+ virtual bool hitTouchHandler() const { return false; }
+ virtual void setHitTouchHandler() { }
+#endif
#endif
#if ENABLE(DEVICE_ORIENTATION)
virtual bool isDeviceMotionEvent() const;