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

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

Issue 2506133003: [ash-md] Allows ToggleButton to have a border and adds focus rectangle (Closed)
Patch Set: [ash-md] Allows ToggleButton to have a border and adds focus rectangle (nits) Created 4 years, 1 month 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/common/system/tray/tray_constants.h
diff --git a/ash/common/system/tray/tray_constants.h b/ash/common/system/tray/tray_constants.h
index 5aa1e335d6a6fc8839eabb15716f146ab083957d..6667491b20b74b01f31909507581e305701825a8 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -62,6 +62,9 @@ extern const int kTrayRoundedBorderRadius;
// The padding used on the left and right of labels.
extern const int kTrayPopupLabelHorizontalPadding;
+// The width of ToggleButtons.
tdanderson 2016/11/18 01:46:50 nit: mention this includes padding.
varkha 2016/11/18 01:52:07 Done.
+extern const int kTrayToggleButtonWidth;
+
extern const SkColor kBackgroundColor;
extern const SkColor kHoverBackgroundColor;
extern const SkColor kPublicAccountBackgroundColor;

Powered by Google App Engine
This is Rietveld 408576698