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

Unified Diff: ash/system/chromeos/rotation/tray_rotation_lock.cc

Issue 2496963004: [ash-md] Fixed the effective text/icon colors in the system menu. (Closed)
Patch Set: Fixed compile error (typo). Created 4 years, 1 month 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/common/system/tray_accessibility.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/rotation/tray_rotation_lock.cc
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.cc b/ash/system/chromeos/rotation/tray_rotation_lock.cc
index 9fbeb79bb90816653382bc3eb9886a8ab1b10068..c4fe50ead358d7eb8f33c7ba168fbd50bf4f5f47 100644
--- a/ash/system/chromeos/rotation/tray_rotation_lock.cc
+++ b/ash/system/chromeos/rotation/tray_rotation_lock.cc
@@ -94,7 +94,7 @@ void RotationLockDefaultView::UpdateImage() {
SetImage(gfx::CreateVectorIcon(rotation_locked
? kSystemMenuRotationLockLockedIcon
: kSystemMenuRotationLockAutoIcon,
- kMenuIconSize, style->GetForegroundColor()));
+ kMenuIconSize, style->GetIconColor()));
} else {
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
const int resource_id = rotation_locked
« no previous file with comments | « ash/common/system/tray_accessibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698