Chromium Code Reviews| Index: ui/gfx/font.cc |
| diff --git a/ui/gfx/font.cc b/ui/gfx/font.cc |
| index 7f6ac7ce809dd8dfa1b5acf93ae8970601bdb4e4..c51bcc2eaa57da8046e6356a4236b1180ee14eb8 100644 |
| --- a/ui/gfx/font.cc |
| +++ b/ui/gfx/font.cc |
| @@ -78,6 +78,10 @@ std::string Font::GetFontName() const { |
| return platform_font_->GetFontName(); |
| } |
| +std::string Font::GetActualFontNameForTest() const { |
| + return platform_font_->GetActualFontNameForTest(); |
| +} |
| + |
| int Font::GetFontSize() const { |
| return platform_font_->GetFontSize(); |
| } |