Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index 03d2df7a36437598aa9819b2d0d05daa8516cade..ed4a0684fe22b6f5758f7a914a0364bad020d999 100644 |
--- a/content/renderer/renderer_webkitplatformsupport_impl.h |
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
@@ -45,6 +45,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
virtual WebKit::WebSandboxSupport* sandboxSupport(); |
virtual WebKit::WebCookieJar* cookieJar(); |
virtual WebKit::WebHyphenator* hyphenator(); |
+ virtual WebKit::WebSpeechSynthesizer* createSpeechSynthesizer( |
+ WebKit::WebSpeechSynthesizerClient* client); |
virtual bool sandboxEnabled(); |
virtual unsigned long long visitedLinkHash( |
const char* canonicalURL, size_t length); |