| Index: ui/gfx/platform_font_ios.h
|
| diff --git a/ui/gfx/platform_font_ios.h b/ui/gfx/platform_font_ios.h
|
| index ed93a6b6e6620a71b87ff64174fc2ac6521058f0..3323f820c4596d7674d0b517219e5fd2806995d4 100644
|
| --- a/ui/gfx/platform_font_ios.h
|
| +++ b/ui/gfx/platform_font_ios.h
|
| @@ -21,8 +21,6 @@ class PlatformFontIOS : public PlatformFont {
|
| virtual int GetHeight() const OVERRIDE;
|
| virtual int GetBaseline() const OVERRIDE;
|
| virtual int GetCapHeight() const OVERRIDE;
|
| - virtual int GetAverageCharacterWidth() const OVERRIDE;
|
| - virtual int GetStringWidth(const base::string16& text) const OVERRIDE;
|
| virtual int GetExpectedTextWidth(int length) const OVERRIDE;
|
| virtual int GetStyle() const OVERRIDE;
|
| virtual std::string GetFontName() const OVERRIDE;
|
|
|