| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| index 7551e3ac1535b0a87aa7f8fb00cb1bd1746cfa9e..9a991cd338be9e200624b5ec7241911a842fc9de 100644
|
| --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| @@ -176,6 +176,9 @@ public:
|
| WEBKIT_EXPORT static void enableIMEAPI(bool);
|
| WEBKIT_EXPORT static bool isIMEAPIEnabled();
|
|
|
| + WEBKIT_EXPORT static void enableSpeechSynthesis(bool);
|
| + WEBKIT_EXPORT static bool isSpeechSynthesisEnabled();
|
| +
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|