Index: ui/gfx/platform_font_ios.mm |
diff --git a/ui/gfx/platform_font_ios.mm b/ui/gfx/platform_font_ios.mm |
index 502f1a4788ef55c7e9c6abace09a565ba13362cc..79b82874362c43d2789d2c884f865fbe6011677d 100644 |
--- a/ui/gfx/platform_font_ios.mm |
+++ b/ui/gfx/platform_font_ios.mm |
@@ -79,7 +79,7 @@ int PlatformFontIOS::GetFontSize() const { |
return font_size_; |
} |
-const FontRenderParams& PlatformFontIOS::GetFontRenderParams() const { |
+const FontRenderParams& PlatformFontIOS::GetFontRenderParams() { |
NOTIMPLEMENTED(); |
static FontRenderParams params; |
return params; |