| Index: ash/common/ash_constants.cc
|
| diff --git a/ash/common/ash_constants.cc b/ash/common/ash_constants.cc
|
| index 44f3eb799b72ae5ae06381f8574f825b8a21d89b..4d483be7d1b03b3fd682222bd6935514fc4dd419 100644
|
| --- a/ash/common/ash_constants.cc
|
| +++ b/ash/common/ash_constants.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/common/ash_constants.h"
|
|
|
| #include "third_party/skia/include/core/SkColor.h"
|
| +#include "ui/gfx/color_palette.h"
|
|
|
| namespace ash {
|
|
|
| @@ -17,6 +18,7 @@ const int kResizeInsideBoundsSize = 1;
|
| const SkColor kChromeOsBootColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
|
| #endif
|
|
|
| -const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250);
|
| +const SkColor kFocusBorderColor = SkColorSetA(gfx::kGoogleBlue500, 0x99);
|
| +const float kFocusBorderThickness = 2.f;
|
|
|
| } // namespace ash
|
|
|