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

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

Issue 2828853002: Chrome OS: adjust wifi icons. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ash/system/network/tray_network.cc ('k') | ash/system/tray/tray_popup_item_style.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_popup_item_style.h
diff --git a/ash/system/tray/tray_popup_item_style.h b/ash/system/tray/tray_popup_item_style.h
index a58fb020ad9187d66b5ba9f96605c482d373a625..8d1c5dc80b326315f44b1a31e3b8cbf964a6fd11 100644
--- a/ash/system/tray/tray_popup_item_style.h
+++ b/ash/system/tray/tray_popup_item_style.h
@@ -50,6 +50,8 @@ class TrayPopupItemStyle {
CAPTION,
};
+ static constexpr double kInactiveIconAlpha = 0.54;
+
static SkColor GetIconColor(ColorStyle color_style);
explicit TrayPopupItemStyle(FontStyle font_style);
« no previous file with comments | « ash/system/network/tray_network.cc ('k') | ash/system/tray/tray_popup_item_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698