| 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..22c528f5bfe57a6f87fb1f10a5b759a6d58e7e7c 100644
|
| --- a/ui/gfx/platform_font_pango.h
|
| +++ b/ui/gfx/platform_font_pango.h
|
| @@ -50,9 +50,9 @@ 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 float GetAverageCharacterWidth() const OVERRIDE;
|
| + virtual float GetStringWidth(const base::string16& text) const OVERRIDE;
|
| + virtual float GetExpectedTextWidth(int length) const OVERRIDE;
|
| virtual int GetStyle() const OVERRIDE;
|
| virtual std::string GetFontName() const OVERRIDE;
|
| virtual int GetFontSize() const OVERRIDE;
|
|
|