Index: Source/core/html/shadow/TextControlInnerElements.h |
diff --git a/Source/core/html/shadow/TextControlInnerElements.h b/Source/core/html/shadow/TextControlInnerElements.h |
index 60c02a590c8c846c6c0baebd8e5acd26c43cce43..d18fd8c3ab569ca9a07496ebf9bd9ba3fc5c132c 100644 |
--- a/Source/core/html/shadow/TextControlInnerElements.h |
+++ b/Source/core/html/shadow/TextControlInnerElements.h |
@@ -120,9 +120,9 @@ public: |
void stopSpeechInput(); |
// SpeechInputListener methods. |
- void didCompleteRecording(int); |
- void didCompleteRecognition(int); |
- void setRecognitionResult(int, const SpeechInputResultArray&); |
+ virtual void didCompleteRecording(int) OVERRIDE; |
+ virtual void didCompleteRecognition(int) OVERRIDE; |
+ virtual void setRecognitionResult(int, const SpeechInputResultArray&) OVERRIDE; |
private: |
InputFieldSpeechButtonElement(Document&); |