summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/InputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/InputElement.h')
-rw-r--r--WebCore/dom/InputElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/dom/InputElement.h b/WebCore/dom/InputElement.h
index d477046..1d6c356 100644
--- a/WebCore/dom/InputElement.h
+++ b/WebCore/dom/InputElement.h
@@ -44,6 +44,9 @@ public:
virtual bool isSearchField() const = 0;
virtual bool isTextField() const = 0;
virtual bool hasSpinButton() const { return false; }
+#if ENABLE(INPUT_SPEECH)
+ virtual bool isSpeechEnabled() const = 0;
+#endif
virtual bool searchEventsShouldBeDispatched() const = 0;