Index: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp |
diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp |
index 1428191981a7597330661309bd0cb6d7f0ca1fe4..9301c09d183aa53542f307325946a77883b80161 100644 |
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp |
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp |
@@ -176,18 +176,6 @@ WebCore::ScrollbarControlSize WebScrollbarThemeClientImpl::controlSize() const |
return static_cast<WebCore::ScrollbarControlSize>(m_scrollbar->controlSize()); |
} |
-int WebScrollbarThemeClientImpl::lineStep() const |
-{ |
- ASSERT_NOT_REACHED(); |
- return 0; |
-} |
- |
-int WebScrollbarThemeClientImpl::pageStep() const |
-{ |
- ASSERT_NOT_REACHED(); |
- return 0; |
-} |
- |
WebCore::ScrollbarPart WebScrollbarThemeClientImpl::pressedPart() const |
{ |
return static_cast<WebCore::ScrollbarPart>(m_scrollbar->pressedPart()); |