summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/InputType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/InputType.cpp')
-rw-r--r--Source/WebCore/html/InputType.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp
index 2f8d414..8e3a9e3 100644
--- a/Source/WebCore/html/InputType.cpp
+++ b/Source/WebCore/html/InputType.cpp
@@ -309,6 +309,12 @@ void InputType::handleMouseDownEvent(MouseEvent*)
{
}
+#if PLATFORM(ANDROID) && ENABLE(TOUCH_EVENTS)
+void InputType::handleTouchStartEvent(TouchEvent*)
+{
+}
+#endif
+
void InputType::handleDOMActivateEvent(Event*)
{
}