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

Unified Diff: public/platform/WebScrollbar.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/web/WebPluginScrollbarImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScrollbar.h
diff --git a/public/platform/WebScrollbar.h b/public/platform/WebScrollbar.h
index 0852c7b96d413c420c412c445e48741e36982a36..8d4f44f80018844fe9bd68ac54b3c74640d16271 100644
--- a/public/platform/WebScrollbar.h
+++ b/public/platform/WebScrollbar.h
@@ -93,7 +93,6 @@ public:
virtual bool enabled() const = 0;
virtual int maximum() const = 0;
virtual int totalSize() const = 0;
- virtual bool isScrollViewScrollbar() const = 0;
virtual bool isScrollableAreaActive() const = 0;
virtual void getTickmarks(WebVector<WebRect>& tickmarks) const = 0;
virtual ScrollbarControlSize controlSize() const = 0;
« no previous file with comments | « Source/web/WebPluginScrollbarImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698