| Index: ui/gfx/platform_font_win.cc
|
| diff --git a/ui/gfx/platform_font_win.cc b/ui/gfx/platform_font_win.cc
|
| index 1911a47c77946d5244c3972b6260ddc6e99c8eea..b97da2395997bf3ad08b891048a3ba74f5fadfe3 100644
|
| --- a/ui/gfx/platform_font_win.cc
|
| +++ b/ui/gfx/platform_font_win.cc
|
| @@ -103,8 +103,8 @@ int PlatformFontWin::GetAverageCharacterWidth() const {
|
| }
|
|
|
| int PlatformFontWin::GetStringWidth(const string16& text) const {
|
| - return CanvasSkia::GetStringWidth(text,
|
| - Font(const_cast<PlatformFontWin*>(this)));
|
| + return Canvas::GetStringWidth(text,
|
| + Font(const_cast<PlatformFontWin*>(this)));
|
| }
|
|
|
| int PlatformFontWin::GetExpectedTextWidth(int length) const {
|
|
|