Chromium Code Reviews| Index: ash/common/shelf/shelf_constants.cc |
| diff --git a/ash/common/shelf/shelf_constants.cc b/ash/common/shelf/shelf_constants.cc |
| index d232b3292f66eec290a79ec2d7f7ac89e10dfd41..4e100bd8e972d4a0a6fb0b1acec59412bad279bd 100644 |
| --- a/ash/common/shelf/shelf_constants.cc |
| +++ b/ash/common/shelf/shelf_constants.cc |
| @@ -13,4 +13,6 @@ const int kShelfButtonSpacing = 10; |
| const int kShelfButtonSize = 44; |
| const int kTimeToSwitchBackgroundMs = 1000; |
| +const SkColor kShelfIconColor = SK_ColorWHITE; |
|
James Cook
2016/06/07 15:51:52
nit: Either no blank line above, for consistency,
tdanderson
2016/06/08 17:29:27
Done.
|
| + |
| } // namespace ash |