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

Unified Diff: ui/views/controls/scrollbar/scroll_bar_views.h

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_views.h
diff --git a/ui/views/controls/scrollbar/scroll_bar_views.h b/ui/views/controls/scrollbar/scroll_bar_views.h
index 7c480166834a0e296894eb6bf8ed5ea577650d69..8fff6fd40b43b29542e9cb004a53eb73414235e2 100644
--- a/ui/views/controls/scrollbar/scroll_bar_views.h
+++ b/ui/views/controls/scrollbar/scroll_bar_views.h
@@ -39,7 +39,7 @@ class VIEWS_EXPORT ScrollBarViews : public BaseScrollBar,
const char* GetClassName() const override;
// ScrollBar overrides:
- int GetLayoutSize() const override;
+ int GetThickness() const override;
// BaseButton::ButtonListener overrides:
void ButtonPressed(Button* sender, const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698