Index: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
index 2858c79475576c3530cd140f81178ff25545ae81..4e850322df6fef56e0743e9095d23e6ce687e34b 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
@@ -168,7 +168,9 @@ void WebScrollbarThemeClientImpl::styleChanged() { |
ASSERT_NOT_REACHED(); |
} |
-void WebScrollbarThemeClientImpl::visibilityChanged() {} |
+void WebScrollbarThemeClientImpl::setScrollbarsHidden(bool hidden) { |
+ ASSERT_NOT_REACHED(); |
+} |
bool WebScrollbarThemeClientImpl::enabled() const { |
return m_scrollbar.enabled(); |