Index: Source/platform/exported/WebScrollbarImpl.cpp |
diff --git a/Source/platform/exported/WebScrollbarImpl.cpp b/Source/platform/exported/WebScrollbarImpl.cpp |
index 852f53d0683e0beff5256f84367e25605aae2b0d..57a20e4ba908a9c9d12324313839c40b0a07d6bc 100644 |
--- a/Source/platform/exported/WebScrollbarImpl.cpp |
+++ b/Source/platform/exported/WebScrollbarImpl.cpp |
@@ -71,11 +71,6 @@ int WebScrollbarImpl::totalSize() const |
return m_scrollbar->totalSize(); |
} |
-bool WebScrollbarImpl::isScrollViewScrollbar() const |
-{ |
- return m_scrollbar->isScrollViewScrollbar(); |
-} |
- |
bool WebScrollbarImpl::isScrollableAreaActive() const |
{ |
return m_scrollbar->isScrollableAreaActive(); |