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

Unified Diff: sky/engine/platform/exported/WebScrollbarImpl.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
Index: sky/engine/platform/exported/WebScrollbarImpl.h
diff --git a/sky/engine/platform/exported/WebScrollbarImpl.h b/sky/engine/platform/exported/WebScrollbarImpl.h
index 7f365e60ea74920ce5245e543953a1563c1a003f..10df870687866c1c9690c7b032b2cf24352986cd 100644
--- a/sky/engine/platform/exported/WebScrollbarImpl.h
+++ b/sky/engine/platform/exported/WebScrollbarImpl.h
@@ -43,17 +43,13 @@ public:
virtual bool enabled() const override;
virtual int maximum() const override;
virtual int totalSize() const override;
- virtual bool isScrollViewScrollbar() const override;
virtual bool isScrollableAreaActive() const override;
virtual void getTickmarks(WebVector<WebRect>& tickmarks) const override;
virtual ScrollbarPart pressedPart() const override;
virtual ScrollbarPart hoveredPart() const override;
virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const override;
- virtual bool isCustomScrollbar() const override;
virtual Orientation orientation() const override;
virtual bool isLeftSideVerticalScrollbar() const override;
- virtual bool isAlphaLocked() const override;
- virtual void setIsAlphaLocked(bool) override;
private:
RefPtr<Scrollbar> m_scrollbar;
« no previous file with comments | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/platform/exported/WebScrollbarImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698