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

Unified Diff: ash/system/monitor/tray_monitor.cc

Issue 140693017: Clean-up: Replaces obsolete Font/FontList methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 6 years, 10 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/monitor/tray_monitor.cc
diff --git a/ash/system/monitor/tray_monitor.cc b/ash/system/monitor/tray_monitor.cc
index e6fe59b80cb3911e97badc0711abfb75ffe72002..a2f40c972e48edb8a09491688475bc4ee14cd069 100644
--- a/ash/system/monitor/tray_monitor.cc
+++ b/ash/system/monitor/tray_monitor.cc
@@ -45,7 +45,7 @@ views::View* TrayMonitor::CreateTrayView(user::LoginStatus status) {
SkColorSetARGB(64, 0, 0, 0));
label_->SetShadowOffset(0, 1);
label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
- label_->SetFontList(label_->font_list().DeriveFontListWithSizeDelta(-2));
+ label_->SetFontList(label_->font_list().DeriveWithSizeDelta(-2));
return view;
}
« no previous file with comments | « ash/system/logout_button/logout_button_tray.cc ('k') | ash/system/session_length_limit/tray_session_length_limit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698