| Index: ui/gfx/platform_font_mac.mm
|
| diff --git a/ui/gfx/platform_font_mac.mm b/ui/gfx/platform_font_mac.mm
|
| index eae7c3909216c42eaf2f7b8f96277abeb804dcd4..3670a0b070526699eb2530e9ec5ee85cfeaeab38 100644
|
| --- a/ui/gfx/platform_font_mac.mm
|
| +++ b/ui/gfx/platform_font_mac.mm
|
| @@ -57,8 +57,8 @@ int PlatformFontMac::GetAverageCharacterWidth() const {
|
| }
|
|
|
| int PlatformFontMac::GetStringWidth(const string16& text) const {
|
| - return CanvasSkia::GetStringWidth(text,
|
| - Font(const_cast<PlatformFontMac*>(this)));
|
| + return Canvas::GetStringWidth(text,
|
| + Font(const_cast<PlatformFontMac*>(this)));
|
| }
|
|
|
| int PlatformFontMac::GetExpectedTextWidth(int length) const {
|
|
|