summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/RangeInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/RangeInputType.h')
-rw-r--r--Source/WebCore/html/RangeInputType.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/html/RangeInputType.h b/Source/WebCore/html/RangeInputType.h
index 15d224d..1447018 100644
--- a/Source/WebCore/html/RangeInputType.h
+++ b/Source/WebCore/html/RangeInputType.h
@@ -66,6 +66,9 @@ private:
virtual String fallbackValue();
virtual String sanitizeValue(const String& proposedValue);
virtual bool shouldRespectListAttribute();
+#if PLATFORM(ANDROID) && ENABLE(TOUCH_EVENTS)
+ virtual void handleTouchStartEvent(TouchEvent*);
+#endif
};
} // namespace WebCore