Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1466)

Unified Diff: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp

Issue 16982005: Allow objects without scrollbars to be scrollable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed ScrollbarGroup pageStep Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4bb7bb8863675325803b06ed877247df6176dd7c..7a3f5e0239998b995636e0681081a5abe8a12011 100644
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp
@@ -183,18 +183,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());
« no previous file with comments | « Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698