| Index: ui/gfx/render_text_win.cc
|
| diff --git a/ui/gfx/render_text_win.cc b/ui/gfx/render_text_win.cc
|
| index 61db9618ccdc799cf164b36272586fac9a1a8c86..4f207160acca32c5606fb96016d09e6397daa8fb 100644
|
| --- a/ui/gfx/render_text_win.cc
|
| +++ b/ui/gfx/render_text_win.cc
|
| @@ -537,7 +537,7 @@ void RenderTextWin::ItemizeLogicalText() {
|
| for (size_t run_break = 0; run_break < layout_text_length;) {
|
| internal::TextRun* run = new internal::TextRun();
|
| run->range.set_start(run_break);
|
| - run->font = GetFont();
|
| + run->font = GetPrimaryFont();
|
| run->font_style = (style.style(BOLD) ? Font::BOLD : 0) |
|
| (style.style(ITALIC) ? Font::ITALIC : 0);
|
| DeriveFontIfNecessary(run->font.GetFontSize(), run->font.GetHeight(),
|
|
|