| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 14175377dcab4dd9ccc8fdd3d9b63a14d1cbaedd..d5a85dfef9878ab1f9d4f9fca7a78f68709790d6 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -157,6 +157,8 @@ public:
|
| BLINK_EXPORT static void enableUnsafeES3APIs(bool);
|
|
|
| BLINK_EXPORT static void enableWebVR(bool);
|
| +
|
| + BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|