Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / testing / PlatformSpeechSynthesizerMock.h
index 3e3e726..aedc2d0 100644 (file)
@@ -46,8 +46,10 @@ private:
     explicit PlatformSpeechSynthesizerMock(PlatformSpeechSynthesizerClient*);
     virtual void initializeVoiceList() OVERRIDE;
     void speakingFinished(Timer<PlatformSpeechSynthesizerMock>*);
+    void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*);
 
     Timer<PlatformSpeechSynthesizerMock> m_speakingFinishedTimer;
+    Timer<PlatformSpeechSynthesizerMock> m_speakingErrorOccurredTimer;
     RefPtr<PlatformSpeechSynthesisUtterance> m_utterance;
 };