Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2487)

Unified Diff: ash/ash_constants.cc

Issue 11306012: Use the same blue solid border among tray and launcher, for focus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_constants.h ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/ash_constants.h ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698