diff options
Diffstat (limited to 'ash/ash_constants.cc')
-rw-r--r-- | ash/ash_constants.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc index fc76c8a..a54daf1 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 |