| Index: ui/gfx/render_text_win.cc
|
| diff --git a/ui/gfx/render_text_win.cc b/ui/gfx/render_text_win.cc
|
| index e38d263f8ba84bddf574e7ce4246777a3f8d60be..ac018de3f446226f8e39276ee65f24ebf1e76478 100644
|
| --- a/ui/gfx/render_text_win.cc
|
| +++ b/ui/gfx/render_text_win.cc
|
| @@ -578,7 +578,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(),
|
|
|