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

Unified Diff: sky/engine/platform/exported/WebScrollbarImpl.cpp

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/exported/WebScrollbarImpl.h ('k') | sky/engine/platform/scroll/Scrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/exported/WebScrollbarImpl.cpp
diff --git a/sky/engine/platform/exported/WebScrollbarImpl.cpp b/sky/engine/platform/exported/WebScrollbarImpl.cpp
index f9b31355ea919b669bcdb8945861d7e61847ca51..031cff347384a968f973873b8333e01e03411576 100644
--- a/sky/engine/platform/exported/WebScrollbarImpl.cpp
+++ b/sky/engine/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();
@@ -118,19 +113,4 @@ bool WebScrollbarImpl::isLeftSideVerticalScrollbar() const
return m_scrollbar->isLeftSideVerticalScrollbar();
}
-bool WebScrollbarImpl::isCustomScrollbar() const
-{
- return m_scrollbar->isCustomScrollbar();
-}
-
-bool WebScrollbarImpl::isAlphaLocked() const
-{
- return m_scrollbar->isAlphaLocked();
-}
-
-void WebScrollbarImpl::setIsAlphaLocked(bool flag)
-{
- m_scrollbar->setIsAlphaLocked(flag);
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/platform/exported/WebScrollbarImpl.h ('k') | sky/engine/platform/scroll/Scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698