| 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 44ffa9d082e2cb2feebc7d763c1e765cee3dfb2a..138023787e7dd88252c554be7c3b31710e2e92be 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -208,6 +208,11 @@ void WebSettingsImpl::setWebSecurityEnabled(bool enabled)
|
| m_settings->setWebSecurityEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setWheelGesturesEnabled(bool enabled)
|
| +{
|
| + m_settings->setWheelGesturesEnabled(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setJavaScriptCanOpenWindowsAutomatically(bool canOpenWindows)
|
| {
|
| m_settings->setJavaScriptCanOpenWindowsAutomatically(canOpenWindows);
|
|
|