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 3bbd5ee9961dd7d178280065ce63b7d5b3165b95..b1368f5fcc1d1371b83bbddfc6d4badd9e7e71b1 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
@@ -532,6 +532,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); |