| 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 37a6bc2f6171e12d2a0a29f79fa32258fecee1c1..0fe4a5ccce314a649f78b26a9dc5423d2935e98b 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -537,6 +537,11 @@ void WebSettingsImpl::setMockScrollbarsEnabled(bool enabled)
|
| m_settings->setMockScrollbarsEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setHideScrollbars(bool enabled)
|
| +{
|
| + m_settings->setHideScrollbars(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setMockGestureTapHighlightsEnabled(bool enabled)
|
| {
|
| m_settings->setMockGestureTapHighlightsEnabled(enabled);
|
|
|