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