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

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

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
Index: ash/common/shelf/shelf_constants.cc
diff --git a/ash/common/shelf/shelf_constants.cc b/ash/common/shelf/shelf_constants.cc
index d232b3292f66eec290a79ec2d7f7ac89e10dfd41..4e100bd8e972d4a0a6fb0b1acec59412bad279bd 100644
--- a/ash/common/shelf/shelf_constants.cc
+++ b/ash/common/shelf/shelf_constants.cc
@@ -13,4 +13,6 @@ const int kShelfButtonSpacing = 10;
const int kShelfButtonSize = 44;
const int kTimeToSwitchBackgroundMs = 1000;
+const SkColor kShelfIconColor = SK_ColorWHITE;
James Cook 2016/06/07 15:51:52 nit: Either no blank line above, for consistency,
tdanderson 2016/06/08 17:29:27 Done.
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698