| 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 95b3c3c7aacee79c86e178971ff15f8b7c65addb..9259522e70db182efa19d78ae16c34f9756f6663 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -184,11 +184,6 @@ void WebSettingsImpl::setInlineTextBoxAccessibilityEnabled(bool enabled)
|
| m_settings->setInlineTextBoxAccessibilityEnabled(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setInvertViewportScrollOrder(bool enabled)
|
| -{
|
| - m_settings->setInvertViewportScrollOrder(enabled);
|
| -}
|
| -
|
| void WebSettingsImpl::setDeviceScaleAdjustment(float deviceScaleAdjustment)
|
| {
|
| m_devToolsEmulator->setDeviceScaleAdjustment(deviceScaleAdjustment);
|
|
|