| Index: ash/common/shelf/shelf_constants.h
|
| diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h
|
| index e8ec28ac65e389f57be17b0da97c4630c079a4cb..1e8c97e0196a7096301e845ee752cfd2d0c76c72 100644
|
| --- a/ash/common/shelf/shelf_constants.h
|
| +++ b/ash/common/shelf/shelf_constants.h
|
| @@ -60,6 +60,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;
|
|
|
|
|