| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 438e210ddd419b9e60d77609d01673d41c317cc7..7ac5b8af86c16015877a7d1f8118038e9c87399c 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -564,6 +564,11 @@ void WebSettingsImpl::setHyperlinkAuditingEnabled(bool enabled)
|
| m_settings->setHyperlinkAuditingEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setLayerSquashingEnabled(bool enabled)
|
| +{
|
| + m_settings->setLayerSquashingEnabled(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setLayoutFallbackWidth(int width)
|
| {
|
| m_settings->setLayoutFallbackWidth(width);
|
|
|