| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index f9de315cd44b6b3684d0db25e9be42154671e934..45657d522848c5a81cca448aa0524534e14e5441 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -294,6 +294,11 @@ void WebSettingsImpl::setPluginsEnabled(bool enabled)
|
| m_devToolsEmulator->setPluginsEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setPreferHiddenAudioElements(bool prefer)
|
| +{
|
| + m_settings->setPreferHiddenAudioElements(true);
|
| +}
|
| +
|
| void WebSettingsImpl::setAvailablePointerTypes(int pointers)
|
| {
|
| m_settings->setAvailablePointerTypes(pointers);
|
|
|