| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index fd4e1e24a42d2a97781af397e93103eabee3065b..fc19de445867a4f452f87030945c45c501df3fd8 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -167,6 +167,8 @@ public:
|
| BLINK_EXPORT static void enableWebVR(bool);
|
|
|
| BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
|
| +
|
| + BLINK_EXPORT static void enablePresentationAPI(bool);
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|