Chromium Code Reviews| Index: ui/gfx/font.cc |
| diff --git a/ui/gfx/font.cc b/ui/gfx/font.cc |
| index 31f27b4f294403deebf42fff371bca7296dc0cd1..1b5f1d8189a7ef8b9f4c246c4b619d4fa4cb4d60 100644 |
| --- a/ui/gfx/font.cc |
| +++ b/ui/gfx/font.cc |
| @@ -74,6 +74,10 @@ int Font::GetFontSize() const { |
| return platform_font_->GetFontSize(); |
| } |
| +const FontRenderParams& Font::GetFontRenderParams() const { |
| + return platform_font_->GetFontRenderParams(); |
| +} |
| + |
| NativeFont Font::GetNativeFont() const { |
| return platform_font_->GetNativeFont(); |
| } |