summaryrefslogtreecommitdiffstats
path: root/ash/ash_constants.cc
diff options
context:
space:
mode:
authormukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 18:48:51 +0000
committermukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 18:48:51 +0000
commit2b3df1bb2eb056d4be22e278787f75f6475c73fe (patch)
treeb906238ab0f746c2357fc1a4884f3f738aa226f2 /ash/ash_constants.cc
parentd5e9f10b883a42d8b78540088de8531c773c1707 (diff)
downloadchromium_src-2b3df1bb2eb056d4be22e278787f75f6475c73fe.zip
chromium_src-2b3df1bb2eb056d4be22e278787f75f6475c73fe.tar.gz
chromium_src-2b3df1bb2eb056d4be22e278787f75f6475c73fe.tar.bz2
Use the same blue solid border among tray and launcher, for focus.
BUG=158345 Review URL: https://chromiumcodereview.appspot.com/11306012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_constants.cc')
-rw-r--r--ash/ash_constants.cc3
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