summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/InputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/InputType.h')
-rw-r--r--Source/WebCore/html/InputType.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
index 1b34717..ed69883 100644
--- a/Source/WebCore/html/InputType.h
+++ b/Source/WebCore/html/InputType.h
@@ -173,10 +173,6 @@ public:
virtual void handleWheelEvent(WheelEvent*);
virtual void forwardEvent(Event*);
-#if PLATFORM(ANDROID) && ENABLE(TOUCH_EVENTS)
- virtual void handleTouchStartEvent(TouchEvent*);
-#endif
-
// Helpers for event handlers.
virtual bool shouldSubmitImplicitly(Event*);
virtual PassRefPtr<HTMLFormElement> formForSubmission() const;