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

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

Issue 2717973004: Improve painting of cros tray separators. (Closed)
Patch Set: restore include Created 3 years, 10 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/common/system/tray/tray_background_view.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e457f1dfd1ab1b17558e13fc4dac8b7a6c7f3213..93bbb99c85f7e58692ef2aed07de22d9c042f6cc 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -88,8 +88,7 @@ extern const int kTrayNotificationContentsWidth;
// Extra padding used to adjust hitting region around tray items.
extern const int kHitRegionPadding;
-// Color and width of a line used to separate tray items in the shelf.
-extern const SkColor kTraySeparatorColor;
+// Width of a line used to separate tray items in the shelf.
ASH_EXPORT extern const int kSeparatorWidth;
// The color of the separators used in the system menu.
« no previous file with comments | « ash/common/system/tray/tray_background_view.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698