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

Unified Diff: ui/native_theme/native_theme_base.cc

Issue 2421913002: Change Aura overlay scrollbars from solid color to painted scrollbars. (Closed)
Patch Set: Rebase Created 4 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 | « ui/native_theme/native_theme_base.h ('k') | ui/native_theme/overlay_scrollbar_constants_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_base.cc
diff --git a/ui/native_theme/native_theme_base.cc b/ui/native_theme/native_theme_base.cc
index 54881fe67754302c3d025a0a8288c78e8f692443..331ceb46be0a5bfe58551fccd79bd72ee21cbf3f 100644
--- a/ui/native_theme/native_theme_base.cc
+++ b/ui/native_theme/native_theme_base.cc
@@ -51,8 +51,8 @@ const SkColor kProgressValueColor = gfx::kGoogleBlue300;
const SkColor kMenuPopupBackgroundColor = SkColorSetRGB(210, 225, 246);
-const unsigned int kDefaultScrollbarWidth = 15;
-const unsigned int kDefaultScrollbarButtonLength = 14;
+const int kDefaultScrollbarWidth = 15;
+const int kDefaultScrollbarButtonLength = 14;
const SkColor kCheckboxTinyColor = SK_ColorGRAY;
const SkColor kCheckboxShadowColor = SkColorSetARGB(0x15, 0, 0, 0);
« no previous file with comments | « ui/native_theme/native_theme_base.h ('k') | ui/native_theme/overlay_scrollbar_constants_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698