| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 098fd4f3f90fcec763683f90c10774ed991a7458..4a7f9bd257f8e9e75cfa3f3aa39abd62a4853069 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -190,6 +190,11 @@ void WebSettingsImpl::setInvertViewportScrollOrder(bool enabled)
|
| m_settings->setInvertViewportScrollOrder(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setScrollLayoutViewport(bool enabled)
|
| +{
|
| + m_settings->setScrollLayoutViewport(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setDeviceScaleAdjustment(float deviceScaleAdjustment)
|
| {
|
| m_devToolsEmulator->setDeviceScaleAdjustment(deviceScaleAdjustment);
|
|
|