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

Unified Diff: Source/platform/exported/WebScrollbarImpl.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/WebScrollbarImpl.h ('k') | Source/platform/exported/WebScrollbarThemeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/platform/exported/WebScrollbarImpl.h ('k') | Source/platform/exported/WebScrollbarThemeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698