| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index d90a8b961106277d76a5b3e20726f1be35ac0772..b9033c831a3c8f60255600d76bf8479b78422350 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -105,6 +105,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableScreenOrientation(bool);
|
|
|
| + BLINK_EXPORT static void enableScriptedSpeech(bool);
|
| +
|
| BLINK_EXPORT static void enableServiceWorker(bool);
|
|
|
| BLINK_EXPORT static void enableSlimmingPaint(bool);
|
|
|