| Index: ui/gfx/platform_font_win.cc
|
| diff --git a/ui/gfx/platform_font_win.cc b/ui/gfx/platform_font_win.cc
|
| index 9f61db39bc7caff325da65a8f41d1d19c6e60eea..ab1150ed8e2ba7739c80d811295ed9dd5de92a4e 100644
|
| --- a/ui/gfx/platform_font_win.cc
|
| +++ b/ui/gfx/platform_font_win.cc
|
| @@ -193,7 +193,7 @@ int PlatformFontWin::GetFontSize() const {
|
| }
|
|
|
| const FontRenderParams& PlatformFontWin::GetFontRenderParams() const {
|
| - return GetDefaultFontRenderParams();
|
| + return gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(false), NULL);
|
| }
|
|
|
| NativeFont PlatformFontWin::GetNativeFont() const {
|
|
|