Index: ui/gfx/platform_font_pango.h |
diff --git a/ui/gfx/platform_font_pango.h b/ui/gfx/platform_font_pango.h |
index f79162c11210a0eb78fc7baf9f76317f2e56e9ca..548b3ac56e75152688b3a285adc6ecf7a163e290 100644 |
--- a/ui/gfx/platform_font_pango.h |
+++ b/ui/gfx/platform_font_pango.h |
@@ -50,8 +50,6 @@ class GFX_EXPORT PlatformFontPango : 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; |