| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 420b3ff1ea476795f8c470b29a1ee7a2035129d3..a37c23036ab90e232c1efe975afca60cd4b4df0e 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -320,4 +320,9 @@ void WebRuntimeFeatures::enableScrollAnchoring(bool enable)
|
| RuntimeEnabledFeatures::setScrollAnchoringEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableAutoplayMutedVideos(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setAutoplayMutedVideosEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|