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

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

Issue 2744493002: [ash-md] Added darkness blending to the colorized shelf. (Closed)
Patch Set: Created 3 years, 9 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 | « ash/common/shelf/shelf_background_animator.cc ('k') | ash/common/shelf/shelf_constants.cc » ('j') | no next file with comments »
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 bc783fe942de1e4347db03f521a3e9f6033db9a9..702d5239f214038f88ec7d621e21e081a68ff299 100644
--- a/ash/common/shelf/shelf_constants.h
+++ b/ash/common/shelf/shelf_constants.h
@@ -61,6 +61,13 @@ ASH_EXPORT extern const SkColor kShelfIconColor;
// The alpha value for the shelf background when a window is overlapping.
ASH_EXPORT extern const int kShelfTranslucentAlpha;
+// The alpha value used to darken a colorized shelf when the shelf is
+// translucent.
+extern const int kShelfTranslucentColorDarkenAlpha;
+
+// The alpha vlaue usesd to darken a colorized shelf when the shelf is opaque.
+extern const int kShelfOpaqueColorDarkenAlpha;
+
// The width and height of the material design overflow button.
// TODO(tdanderson): Refactor constants which are common between the shelf
// and the tray. See crbug.com/623987.
« no previous file with comments | « ash/common/shelf/shelf_background_animator.cc ('k') | ash/common/shelf/shelf_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698