| Index: ui/gfx/canvas_skia.cc
|
| diff --git a/ui/gfx/canvas_skia.cc b/ui/gfx/canvas_skia.cc
|
| index d0b97f7595779bd9b02083cc600b5546e52af0d1..f666d290712af77c25da1b10496e7e8571c7871f 100644
|
| --- a/ui/gfx/canvas_skia.cc
|
| +++ b/ui/gfx/canvas_skia.cc
|
| @@ -123,9 +123,9 @@ void UpdateRenderText(const Rect& rect,
|
|
|
| render_text->SetColor(color);
|
| const int font_style = font_list.GetFontStyle();
|
| - render_text->SetStyle(BOLD, (font_style & Font::BOLD) != 0);
|
| render_text->SetStyle(ITALIC, (font_style & Font::ITALIC) != 0);
|
| render_text->SetStyle(UNDERLINE, (font_style & Font::UNDERLINE) != 0);
|
| + render_text->SetWeight(font_list.GetFontWeight());
|
| }
|
|
|
| } // namespace
|
|
|