Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index 20f415a8329aebd92d56ee858e402ad4c3361353..2a6e4e1b726615979b43856a681c51ea3942bcda 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -176,6 +176,7 @@ public: |
virtual bool canSetSuggestedValue(); |
virtual bool shouldSendChangeEventAfterCheckedChanged(); |
virtual bool canSetValue(const String&); |
+ virtual bool canSetValueAfterUserGesture(); |
virtual bool storesValueSeparateFromAttribute(); |
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior); |
virtual bool shouldRespectListAttribute(); |