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

Unified Diff: ui/views/controls/scrollbar/scroll_bar.cc

Issue 2555213004: Improving the appearance of overlay scrollbars (Closed)
Patch Set: attempt to fix mac Created 4 years 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: ui/views/controls/scrollbar/scroll_bar.cc
diff --git a/ui/views/controls/scrollbar/scroll_bar.cc b/ui/views/controls/scrollbar/scroll_bar.cc
index ea5d94b1533cf3a48dfeda724e1a286a267ea4b7..67146933197876dae59d3882186e9eabd896ae8a 100644
--- a/ui/views/controls/scrollbar/scroll_bar.cc
+++ b/ui/views/controls/scrollbar/scroll_bar.cc
@@ -31,10 +31,6 @@ int ScrollBar::GetMinPosition() const {
return 0;
}
-int ScrollBar::GetContentOverlapSize() const {
- return 0;
-}
-
void ScrollBar::ObserveScrollEvent(const ui::ScrollEvent& event) {}
ScrollBar::ScrollBar(bool is_horiz)

Powered by Google App Engine
This is Rietveld 408576698