| Index: ash/ash_constants.cc
|
| diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc
|
| index fc76c8afd3a690ea4d0aacd82bfc298091a2c8f2..a54daf1cc18c94fefa18cd1dc6c772970f63466b 100644
|
| --- a/ash/ash_constants.cc
|
| +++ b/ash/ash_constants.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/ash_constants.h"
|
|
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/aura/window_property.h"
|
|
|
| namespace ash {
|
| @@ -15,4 +16,6 @@ const int kResizeOutsideBoundsSize = 6;
|
| const int kResizeOutsideBoundsScaleForTouch = 5;
|
| const int kResizeInsideBoundsSize = 1;
|
|
|
| +const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250);
|
| +
|
| } // namespace ash
|
|
|