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

Unified Diff: Source/platform/exported/WebScrollbarThemeClientImpl.cpp

Issue 648913002: Clean up vestiges of ScrollView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Source/platform/exported/WebScrollbarThemeClientImpl.h ('k') | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/platform/exported/WebScrollbarThemeClientImpl.h ('k') | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698