Index: Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
diff --git a/Source/platform/exported/WebScrollbarThemeClientImpl.cpp b/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
index 9aad523c8e2a13a72b70a8fd1150996f24b07b13..9343d0086ac87b4684751573277c612b48fa4d7a 100644 |
--- a/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
+++ b/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
@@ -128,13 +128,6 @@ bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const |
return m_scrollbar->isScrollableAreaActive(); |
} |
-bool WebScrollbarThemeClientImpl::isScrollViewScrollbar() const |
-{ |
- // Unused by Chromium scrollbar themes. |
- ASSERT_NOT_REACHED(); |
- return false; |
-} |
- |
IntPoint WebScrollbarThemeClientImpl::convertFromContainingWindow(const IntPoint& windowPoint) |
{ |
// Unused by Chromium scrollbar themes. |