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

Unified Diff: ash/common/shelf/shelf_constants.h

Issue 2002293002: Use vector icon for Ash shelf launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « no previous file | ash/common/shelf/shelf_constants.cc » ('j') | ui/gfx/paint_vector_icon.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_constants.h
diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h
index 632c095d9d8ef8e3bfb755ee848226cf1bda20ab..aa3caab1a19080cb8116a1aa1b4ca6c62d1aa5bb 100644
--- a/ash/common/shelf/shelf_constants.h
+++ b/ash/common/shelf/shelf_constants.h
@@ -36,6 +36,10 @@ ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
// based on the desired shelf opacity level.
ASH_EXPORT extern const SkColor kShelfBaseColor;
+// The foreground color of the icons used in the shelf (launcher,
+// notifications, etc).
+ASH_EXPORT extern const SkColor kShelfIconColor;
+
// The direction of the focus cycling.
enum CycleDirection { CYCLE_FORWARD, CYCLE_BACKWARD };
« no previous file with comments | « no previous file | ash/common/shelf/shelf_constants.cc » ('j') | ui/gfx/paint_vector_icon.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698