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

Unified Diff: sky/engine/public/platform/WebScrollbar.h

Issue 685003003: Remove a lot of dead Scrollbar methods. (Closed) Base URL: git@github.com:domokit/mojo.git@master
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 | « sky/engine/platform/scroll/Scrollbar.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebScrollbar.h
diff --git a/sky/engine/public/platform/WebScrollbar.h b/sky/engine/public/platform/WebScrollbar.h
index 3831ece0bc1e19d15cf9d0bfd5d0300e36e600b9..692299100dbe1dde2fd442083809c14968ff6cf4 100644
--- a/sky/engine/public/platform/WebScrollbar.h
+++ b/sky/engine/public/platform/WebScrollbar.h
@@ -80,17 +80,13 @@ 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 ScrollbarPart pressedPart() const = 0;
virtual ScrollbarPart hoveredPart() const = 0;
virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const = 0;
- virtual bool isCustomScrollbar() const = 0;
virtual Orientation orientation() const = 0;
virtual bool isLeftSideVerticalScrollbar() const = 0;
- virtual bool isAlphaLocked() const { return false; }
- virtual void setIsAlphaLocked(bool) { }
};
} // namespace blink
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698