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: 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: add arc support, include .icon files 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') | ash/common/shelf/shelf_constants.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 a4fd87e4d43a0d05f58f7469a4c6697a4cc3e5d2..e2f12e3b09cc2f17b185423a2fc0232ead537f77 100644
--- a/ash/common/shelf/shelf_constants.h
+++ b/ash/common/shelf/shelf_constants.h
@@ -6,6 +6,7 @@
#define ASH_COMMON_SHELF_SHELF_CONSTANTS_H_
#include "ash/ash_export.h"
+#include "third_party/skia/include/core/SkColor.h"
namespace ash {
@@ -29,6 +30,9 @@ ASH_EXPORT extern const int kShelfButtonSize;
// Animation duration for switching black shelf and dock background on and off.
ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
+// The color of the icons used in the shelf (launcher, notifications, etc).
James Cook 2016/06/07 15:51:52 nit: foreground color? background color?
tdanderson 2016/06/08 17:29:27 Done.
+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') | ash/common/shelf/shelf_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698