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

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

Issue 2147143002: [Chrome OS MD] Draw a 1px separator between 2 tray items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 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/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 fbe8bbffb5518742f01aaad1ff68eedfd6000212..3fdb05cf8f1d607fad17ab31402c7f9fc5390ed2 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -73,6 +73,13 @@ extern const int kTrayNotificationContentsWidth;
extern const int kMessageCenterBubblePadding;
+extern const int kHitRegionPadding;
+
+// Separator is line of 1px wide and it is used to separate 2 tray items in the
varkha 2016/07/14 21:34:48 How about: // Color and width of a line used to se
yiyix 2016/07/26 20:27:31 Done.
+// shelf.
+extern const SkColor kSeparatorColor;
+extern const int kSeparatorWidth;
+
// The size and foreground color of the icons appearing in the material design
// system tray.
extern const int kTrayIconSize;

Powered by Google App Engine
This is Rietveld 408576698