| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index 0d18192ef22ac1930d32cb2c2fa9a447a0bc1d52..8843e8c138ca9c12afb08ba1e8c21d7377dfb91c 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -724,4 +724,8 @@ void WebSettingsImpl::setExpensiveBackgroundThrottlingMaxDelay(float maxDelay) {
|
| m_expensiveBackgroundThrottlingMaxDelay = maxDelay;
|
| }
|
|
|
| +void WebSettingsImpl::setMediaControlsEnabled(bool enabled) {
|
| + m_settings->setMediaControlsEnabled(enabled);
|
| +}
|
| +
|
| } // namespace blink
|
|
|