Index: ui/gfx/platform_font.h |
diff --git a/ui/gfx/platform_font.h b/ui/gfx/platform_font.h |
index 42f46ea1360248ce060ef98bdefe2a6dd734dc7d..86105da5a986deb2ceb39abddff06537a75f9c6b 100644 |
--- a/ui/gfx/platform_font.h |
+++ b/ui/gfx/platform_font.h |
@@ -64,7 +64,7 @@ class GFX_EXPORT PlatformFont : public base::RefCounted<PlatformFont> { |
virtual int GetFontSize() const = 0; |
// Returns an object describing how the font should be rendered. |
- virtual const FontRenderParams& GetFontRenderParams() const = 0; |
+ virtual const FontRenderParams& GetFontRenderParams() = 0; |
// Returns the native font handle. |
virtual NativeFont GetNativeFont() const = 0; |