| Index: ui/gfx/platform_font_mac.mm
|
| diff --git a/ui/gfx/platform_font_mac.mm b/ui/gfx/platform_font_mac.mm
|
| index 3721f064963886330489475ec427fd91d9e1bde8..106c75d08f12130fbd5f7323045c43d8a113632a 100644
|
| --- a/ui/gfx/platform_font_mac.mm
|
| +++ b/ui/gfx/platform_font_mac.mm
|
| @@ -174,7 +174,7 @@ void PlatformFontMac::CalculateMetricsAndInitRenderParams() {
|
| query.families.push_back(font_name_);
|
| query.pixel_size = font_size_;
|
| query.style = font_style_;
|
| - render_params_ = gfx::GetFontRenderParams(query, NULL);
|
| + render_params_ = gfx::GetSystemFontRenderParams(query, NULL);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|