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

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: 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
Index: ash/common/shelf/shelf_constants.cc
diff --git a/ash/common/shelf/shelf_constants.cc b/ash/common/shelf/shelf_constants.cc
index b1413da3105500a5ff766c3002078d47cf33ab00..5b6bf61cd71fdd5a11e9a5f77064b91a2d619455 100644
--- a/ash/common/shelf/shelf_constants.cc
+++ b/ash/common/shelf/shelf_constants.cc
@@ -15,6 +15,7 @@ const int kShelfButtonSpacing = 10;
const int kShelfButtonSize = 44;
const int kTimeToSwitchBackgroundMs = 1000;
const SkColor kShelfBaseColor = SK_ColorBLACK;
+const SkColor kShelfIconColor = SK_ColorWHITE;
int GetShelfConstant(ShelfConstant shelf_constant) {
const int kShelfBackgroundAlpha[] = {204, 153, 153};

Powered by Google App Engine
This is Rietveld 408576698