| Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| index 262a708ef65f8040d71702d78dfb11aebd2019d3..633b08d8432156f2133a7803669e44f6ed66cd30 100644
|
| --- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| +++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
|
| @@ -179,6 +179,9 @@ public:
|
| WEBKIT_EXPORT static void enableExperimentalCanvasFeatures(bool);
|
| WEBKIT_EXPORT static bool areExperimentalCanvasFeaturesEnabled();
|
|
|
| + WEBKIT_EXPORT static void enableSpeechSynthesis(bool);
|
| + WEBKIT_EXPORT static bool isSpeechSynthesisEnabled();
|
| +
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|