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

Unified Diff: ui/app_list/views/search_result_actions_view.cc

Issue 119963002: Clean-up: Replaces gfx::Font with gfx::FontList in ui/app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 7 years 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 | « ui/app_list/views/app_list_item_view.cc ('k') | ui/app_list/views/signin_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_actions_view.cc
diff --git a/ui/app_list/views/search_result_actions_view.cc b/ui/app_list/views/search_result_actions_view.cc
index 2c6abcfe22c6e4d1f7fd35a1f8e2f481520c73f7..691e2644be3e4a563baaab239596451d7952b60b 100644
--- a/ui/app_list/views/search_result_actions_view.cc
+++ b/ui/app_list/views/search_result_actions_view.cc
@@ -78,7 +78,7 @@ void SearchResultActionsView::CreateBlueButton(
views::BlueButton* button = new views::BlueButton(this, action.label_text);
button->SetAccessibleName(action.label_text);
button->SetTooltipText(action.tooltip_text);
- button->SetFont(ui::ResourceBundle::GetSharedInstance().GetFont(
+ button->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
ui::ResourceBundle::SmallBoldFont));
button->SetFocusable(false);
AddChildView(button);
« no previous file with comments | « ui/app_list/views/app_list_item_view.cc ('k') | ui/app_list/views/signin_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698