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

Unified Diff: ash/system/tray/tray_constants.h

Issue 10086005: ash: Show better focus rects for the tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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
Index: ash/system/tray/tray_constants.h
diff --git a/ash/system/tray/tray_constants.h b/ash/system/tray/tray_constants.h
index bea5b941891c9e2302e3ac29b3f5e5ef3084be34..6ece634c6763fa867b9e3a970f4529e139228b01 100644
--- a/ash/system/tray/tray_constants.h
+++ b/ash/system/tray/tray_constants.h
@@ -28,6 +28,8 @@ extern const SkColor kHeaderHoverBackgroundColor;
extern const SkColor kBorderDarkColor;
extern const SkColor kBorderLightColor;
+extern const SkColor kFocusBorderColor;
+
extern const int kTrayPopupWidth;
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698