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

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

Issue 2817223003: 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
Index: ash/system/tray/tray_popup_item_style.cc
diff --git a/ash/system/tray/tray_popup_item_style.cc b/ash/system/tray/tray_popup_item_style.cc
index e7a7cd4f793a3d5679317556c5e30366ee15cc02..fd869f0785e5344241496acf02e703df368bc68b 100644
--- a/ash/system/tray/tray_popup_item_style.cc
+++ b/ash/system/tray/tray_popup_item_style.cc
@@ -14,8 +14,8 @@
namespace ash {
namespace {
-const int kInactiveAlpha = 0x8A;
-const int kDisabledAlpha = 0x61;
+constexpr int kInactiveAlpha = TrayPopupItemStyle::kInactiveIconAlpha * 0xFF;
+constexpr int kDisabledAlpha = 0x61;
} // namespace

Powered by Google App Engine
This is Rietveld 408576698