Index: ash/common/shelf/shelf_constants.h |
diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h |
index 762ebc6af797f5bd8d53b635a13deb867b3b686b..5a0b7c6c6637f543940f81a2e0bdc8a297cea9a8 100644 |
--- a/ash/common/shelf/shelf_constants.h |
+++ b/ash/common/shelf/shelf_constants.h |
@@ -57,6 +57,9 @@ ASH_EXPORT extern const SkColor kShelfBaseColor; |
// using the material design ripple animation. |
ASH_EXPORT extern const SkColor kShelfButtonActivatedHighlightColor; |
+// Ink drop color for shelf items. |
+extern const SkColor kShelfInkDropBaseColor; |
+ |
// Opacity of the ink drop ripple for shelf items when the ripple is visible. |
extern const float kShelfInkDropVisibleOpacity; |