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

Unified Diff: ui/native_theme/overlay_scrollbar_constants_aura.h

Issue 2830163002: Adjust overlay scrollbar appearance. (Closed)
Patch Set: Created 3 years, 8 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 | « ui/native_theme/native_theme_aura.cc ('k') | ui/views/controls/scrollbar/overlay_scroll_bar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/overlay_scrollbar_constants_aura.h
diff --git a/ui/native_theme/overlay_scrollbar_constants_aura.h b/ui/native_theme/overlay_scrollbar_constants_aura.h
index 65537995792dd13f5387a16e2a9c6a92f7ef2926..a6192d902249f49721dd6162b35e642024bc9f1e 100644
--- a/ui/native_theme/overlay_scrollbar_constants_aura.h
+++ b/ui/native_theme/overlay_scrollbar_constants_aura.h
@@ -10,10 +10,14 @@
namespace ui {
-constexpr int kOverlayScrollbarThumbWidthNormal = 6;
-constexpr int kOverlayScrollbarThumbWidthHovered = 10;
+constexpr int kOverlayScrollbarStrokeWidth = 1;
constexpr int kOverlayScrollbarThumbWidthPressed = 10;
+constexpr float kOverlayScrollbarThumbNormalAlpha = 0.5f;
+constexpr float kOverlayScrollbarThumbHoverAlpha = 0.7f;
+constexpr float kOverlayScrollbarStrokeNormalAlpha = 0.3f;
+constexpr float kOverlayScrollbarStrokeHoverAlpha = 0.5f;
+
// kOverlayScrollbarShowDelay is only for the case where the mouse hovers near
// the screen edge.
constexpr base::TimeDelta kOverlayScrollbarShowDelay =
« no previous file with comments | « ui/native_theme/native_theme_aura.cc ('k') | ui/views/controls/scrollbar/overlay_scroll_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698