| Index: ui/gfx/pango_util.cc
|
| diff --git a/ui/gfx/pango_util.cc b/ui/gfx/pango_util.cc
|
| index 424eb4541cd11811d1af9580badcb54a0bae6a31..612cd631102098de3c4b0ce012061c211a65fcaa 100644
|
| --- a/ui/gfx/pango_util.cc
|
| +++ b/ui/gfx/pango_util.cc
|
| @@ -346,7 +346,7 @@ void DrawPangoLayout(cairo_t* cr,
|
| cairo_move_to(cr, text_rect.x(), text_rect.y());
|
| pango_cairo_show_layout(cr, layout);
|
|
|
| - if (font.GetStyle() & gfx::Font::UNDERLINED) {
|
| + if (font.GetStyle() & gfx::Font::UNDERLINE) {
|
| gfx::PlatformFontPango* platform_font =
|
| static_cast<gfx::PlatformFontPango*>(font.platform_font());
|
| DrawPangoTextUnderline(cr, platform_font, 0.0, text_rect);
|
|
|