| Index: ash/common/system/tray_accessibility.cc
|
| diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc
|
| index b078698e2128f9d349c498f37360b95f0e4107fc..3ed113b2b23dba44b458c61b15b3dcff80333e9d 100644
|
| --- a/ash/common/system/tray_accessibility.cc
|
| +++ b/ash/common/system/tray_accessibility.cc
|
| @@ -78,9 +78,8 @@ class DefaultAccessibilityView : public TrayItemMore {
|
| : TrayItemMore(owner, true) {
|
| ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
|
| if (MaterialDesignController::UseMaterialDesignSystemIcons()) {
|
| - gfx::ImageSkia image_md =
|
| - CreateVectorIcon(gfx::VectorIconId::SYSTEM_MENU_ACCESSIBILITY,
|
| - kMenuIconSize, kMenuIconColor);
|
| + gfx::ImageSkia image_md = gfx::CreateVectorIcon(
|
| + gfx::VectorIconId::SYSTEM_MENU_ACCESSIBILITY, kMenuIconColor);
|
| SetImage(&image_md);
|
| } else {
|
| SetImage(bundle.GetImageNamed(IDR_AURA_UBER_TRAY_ACCESSIBILITY_DARK)
|
|
|