| Index: ui/gfx/platform_font_pango.h
|
| diff --git a/ui/gfx/platform_font_pango.h b/ui/gfx/platform_font_pango.h
|
| index 136bf671d4d533cd439bf6cf3a534a3053762994..f63bc277416e53cbd39ea8021a10ddef6c879a15 100644
|
| --- a/ui/gfx/platform_font_pango.h
|
| +++ b/ui/gfx/platform_font_pango.h
|
| @@ -52,6 +52,7 @@ class GFX_EXPORT PlatformFontPango : public PlatformFont {
|
| virtual int GetCapHeight() const OVERRIDE;
|
| virtual int GetAverageCharacterWidth() const OVERRIDE;
|
| virtual int GetStringWidth(const base::string16& text) const OVERRIDE;
|
| + virtual float GetStringWidthF(const base::string16& text) const OVERRIDE;
|
| virtual int GetExpectedTextWidth(int length) const OVERRIDE;
|
| virtual int GetStyle() const OVERRIDE;
|
| virtual std::string GetFontName() const OVERRIDE;
|
|
|