| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index a41305e5c2dcd716db6772d142f63939e3dbd414..6ad328336400635eb022238dbac88607f7541ee2 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -114,6 +114,7 @@ public:
|
| BLINK_EXPORT static void enableWebVR(bool);
|
| BLINK_EXPORT static void enableXSLT(bool);
|
| BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
|
| + BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
|
|
|
| private:
|
| WebRuntimeFeatures();
|
|
|