| 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};
|
|
|