| Index: Source/core/testing/InternalSettings.cpp
|
| diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
|
| index 9ad74d0e61f6f4601a455b44a5f83a16a86efb10..501f48141d047f0b5c605eb2a2d0546422b75bbf 100644
|
| --- a/Source/core/testing/InternalSettings.cpp
|
| +++ b/Source/core/testing/InternalSettings.cpp
|
| @@ -511,4 +511,9 @@ void InternalSettings::setPreloadLogging(bool enabled, ExceptionState& exception
|
| settings()->setLogPreload(enabled);
|
| }
|
|
|
| +void InternalSettings::setNewMediaPlaybackUiEnabled(bool enabled)
|
| +{
|
| + RuntimeEnabledFeatures::setNewMediaPlaybackUiEnabled(enabled);
|
| +}
|
| +
|
| }
|
|
|