Index: views/controls/listbox/native_listbox_win.cc |
=================================================================== |
--- views/controls/listbox/native_listbox_win.cc (revision 55911) |
+++ views/controls/listbox/native_listbox_win.cc (working copy) |
@@ -105,7 +105,7 @@ |
listbox_->GetWidget()->GetNativeView(), |
NULL, NULL, NULL); |
HFONT font = ResourceBundle::GetSharedInstance(). |
- GetFont(ResourceBundle::BaseFont).hfont(); |
+ GetFont(ResourceBundle::BaseFont).GetNativeFont(); |
SendMessage(hwnd, WM_SETFONT, reinterpret_cast<WPARAM>(font), FALSE); |
l10n_util::AdjustUIFontForWindow(hwnd); |