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

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

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_constants.h ('k') | ui/gfx/canvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_constants.cc
diff --git a/ash/common/system/tray/tray_constants.cc b/ash/common/system/tray/tray_constants.cc
index 43f6a24319c6755932a8efb0628c3202dc7c828b..fdddca3eafd3ced68d9f44e327e09b6a51509309 100644
--- a/ash/common/system/tray/tray_constants.cc
+++ b/ash/common/system/tray/tray_constants.cc
@@ -94,7 +94,6 @@ const int kMenuEdgeEffectivePadding =
kMenuExtraMarginFromLeftEdge + (kMenuButtonSize - kMenuIconSize) / 2;
const int kHitRegionPadding = 4;
-const SkColor kTraySeparatorColor = SkColorSetA(SK_ColorWHITE, 0x99);
const int kSeparatorWidth = 1;
const SkColor kMenuSeparatorColor = SkColorSetA(SK_ColorBLACK, 0x1F);
« no previous file with comments | « ash/common/system/tray/tray_constants.h ('k') | ui/gfx/canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698