summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/TextFieldInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/TextFieldInputType.h')
-rw-r--r--Source/WebCore/html/TextFieldInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/TextFieldInputType.h b/Source/WebCore/html/TextFieldInputType.h
index e882c82..86ad0ef 100644
--- a/Source/WebCore/html/TextFieldInputType.h
+++ b/Source/WebCore/html/TextFieldInputType.h
@@ -40,6 +40,7 @@ namespace WebCore {
class TextFieldInputType : public InputType {
protected:
TextFieldInputType(HTMLInputElement* element) : InputType(element) { }
+ virtual bool canSetSuggestedValue();
virtual void handleKeydownEvent(KeyboardEvent*);
void handleKeydownEventForSpinButton(KeyboardEvent*);
void handleWheelEventForSpinButton(WheelEvent*);