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

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

Issue 2679333002: [ash-md] Remove the number of animators used for the Shelf animations. (Closed)
Patch Set: Created 3 years, 10 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.h
diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h
index dc584ebff63c998b038bdcf81fcb741825be0e35..f875900a8c9facd8aebe500159d47a87286f6bc4 100644
--- a/ash/common/shelf/shelf_constants.h
+++ b/ash/common/shelf/shelf_constants.h
@@ -11,9 +11,6 @@
namespace ash {
enum ShelfConstant {
- // The alpha value for the shelf background when a window is overlapping.
- SHELF_BACKGROUND_ALPHA,
-
// Size of the shelf when visible (height when the shelf is horizontal and
// width when the shelf is vertical).
SHELF_SIZE,
@@ -65,6 +62,9 @@ extern const float kShelfInkDropVisibleOpacity;
// notifications, etc).
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 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.

Powered by Google App Engine
This is Rietveld 408576698