summaryrefslogtreecommitdiffstats
path: root/WebCore/page/SpeechInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/SpeechInput.h')
-rw-r--r--WebCore/page/SpeechInput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/page/SpeechInput.h b/WebCore/page/SpeechInput.h
index f36194c..d10b789 100644
--- a/WebCore/page/SpeechInput.h
+++ b/WebCore/page/SpeechInput.h
@@ -40,6 +40,7 @@
namespace WebCore {
+class IntRect;
class SpeechInputClient;
class SpeechInputListener;
@@ -60,7 +61,7 @@ public:
void unregisterListener(int);
// Methods invoked by the input elements.
- bool startRecognition(int);
+ bool startRecognition(int, const IntRect&);
void stopRecording(int);
void cancelRecognition(int);