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

Unified Diff: Source/platform/scroll/ScrollbarThemeClient.h

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/scroll/Scrollbar.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeClient.h
diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h
index df31f31994c7483d94c00686d565d3f8bd809dd6..5ebad944d75e2856e9c455f107ab46d6379f6e8a 100644
--- a/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/Source/platform/scroll/ScrollbarThemeClient.h
@@ -59,7 +59,6 @@ public:
virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const = 0;
virtual void getTickmarks(Vector<IntRect>&) const = 0;
virtual bool isScrollableAreaActive() const = 0;
- virtual bool isScrollViewScrollbar() const = 0;
virtual IntPoint convertFromContainingWindow(const IntPoint& windowPoint) = 0;
« no previous file with comments | « Source/platform/scroll/Scrollbar.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698