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

Unified Diff: ash/ash_constants.h

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 | « no previous file | ash/ash_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_constants.h
diff --git a/ash/ash_constants.h b/ash/ash_constants.h
index ad12a6f7b41b58efe67b209cda11414cfeb68d4c..7b8d3f7b348425766f25e89f1ff360ada87d16cb 100644
--- a/ash/ash_constants.h
+++ b/ash/ash_constants.h
@@ -9,6 +9,8 @@
#include "ui/aura/window.h"
#include "ui/base/ui_base_types.h"
+typedef unsigned int SkColor;
+
namespace ash {
// The window is a constrained window and lives therefore entirely within
@@ -28,6 +30,9 @@ ASH_EXPORT extern const int kResizeOutsideBoundsSize;
ASH_EXPORT extern const int kResizeOutsideBoundsScaleForTouch;
ASH_EXPORT extern const int kResizeInsideBoundsSize;
+// The border color of keyboard focus for launcher items and system tray.
+extern const SkColor kFocusBorderColor;
+
} // namespace ash
#endif // ASH_ASH_CONSTANTS_H_
« no previous file with comments | « no previous file | ash/ash_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698