| 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
|
|
|
|
|