| Index: ui/gfx/platform_font_ios.h
|
| diff --git a/ui/gfx/platform_font_ios.h b/ui/gfx/platform_font_ios.h
|
| index 3323f820c4596d7674d0b517219e5fd2806995d4..1d287c3940ff40474fe12a00c3dfdda825ebb072 100644
|
| --- a/ui/gfx/platform_font_ios.h
|
| +++ b/ui/gfx/platform_font_ios.h
|
| @@ -26,6 +26,7 @@ class PlatformFontIOS : public PlatformFont {
|
| virtual std::string GetFontName() const OVERRIDE;
|
| virtual std::string GetActualFontNameForTesting() const OVERRIDE;
|
| virtual int GetFontSize() const OVERRIDE;
|
| + virtual const FontRenderParams& GetFontRenderParams() const OVERRIDE;
|
| virtual NativeFont GetNativeFont() const OVERRIDE;
|
|
|
| private:
|
|
|