| Index: chrome/common/badge_util.cc
|
| ===================================================================
|
| --- chrome/common/badge_util.cc (revision 71168)
|
| +++ chrome/common/badge_util.cc (working copy)
|
| @@ -40,7 +40,7 @@
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont);
|
| typeface = SkTypeface::CreateFromName(
|
| - UTF16ToUTF8(base_font.GetFontName()).c_str(), SkTypeface::kNormal);
|
| + WideToUTF8(base_font.GetFontName()).c_str(), SkTypeface::kNormal);
|
| }
|
|
|
| text_paint->setTypeface(typeface);
|
|
|
| Property changes on: chrome/common/badge_util.cc
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|