| Index: ash/common/system/ime/tray_ime_chromeos.cc
|
| diff --git a/ash/common/system/ime/tray_ime_chromeos.cc b/ash/common/system/ime/tray_ime_chromeos.cc
|
| index c8567e1fcc8adb9eb736805c87fd86086e3f9642..747a855d9a154d26459d8dba5f42791a51b6d370 100644
|
| --- a/ash/common/system/ime/tray_ime_chromeos.cc
|
| +++ b/ash/common/system/ime/tray_ime_chromeos.cc
|
| @@ -100,8 +100,8 @@ class IMEDefaultView : public TrayItemMore {
|
| return;
|
|
|
| std::unique_ptr<TrayPopupItemStyle> style = CreateStyle();
|
| - SetImage(gfx::CreateVectorIcon(kSystemMenuKeyboardIcon,
|
| - style->GetForegroundColor()));
|
| + SetImage(
|
| + gfx::CreateVectorIcon(kSystemMenuKeyboardIcon, style->GetIconColor()));
|
| }
|
|
|
| private:
|
|
|