| Index: ui/gfx/platform_font.h
|
| ===================================================================
|
| --- ui/gfx/platform_font.h (revision 118837)
|
| +++ ui/gfx/platform_font.h (working copy)
|
| @@ -47,10 +47,6 @@
|
| // Returns the average character width for the font.
|
| virtual int GetAverageCharacterWidth() const = 0;
|
|
|
| - // Returns the number of horizontal pixels needed to display the specified
|
| - // string.
|
| - virtual int GetStringWidth(const string16& text) const = 0;
|
| -
|
| // Returns the expected number of horizontal pixels needed to display the
|
| // specified length of characters. Call GetStringWidth() to retrieve the
|
| // actual number.
|
|
|