summaryrefslogtreecommitdiffstats
path: root/WebCore/html/TextFieldInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/TextFieldInputType.h')
-rw-r--r--WebCore/html/TextFieldInputType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/TextFieldInputType.h b/WebCore/html/TextFieldInputType.h
index 78bec1d..50418aa 100644
--- a/WebCore/html/TextFieldInputType.h
+++ b/WebCore/html/TextFieldInputType.h
@@ -42,6 +42,8 @@ protected:
TextFieldInputType(HTMLInputElement* element) : InputType(element) { }
virtual bool isTextField() const;
virtual bool valueMissing(const String&) const;
+ virtual bool handleKeydownEvent(KeyboardEvent*);
+ bool handleKeydownEventForSpinButton(KeyboardEvent*);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const;
};