Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
index 2a1c78dfe9b157794d288b91fc87809ed9561fc9..0ad9c869d06463c77ecf89550c937e0e02947c44 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
@@ -128,7 +128,7 @@ public: |
#if !OS(MACOSX) |
// The returned styles are all actual styles without FontRenderStyle::NoPreference. |
- const FontRenderStyle& fontRenderStyle() const { return m_style; } |
+ const FontRenderStyle& getFontRenderStyle() const { return m_style; } |
#endif |
void setupPaint(SkPaint*, float deviceScaleFactor = 1, const Font* = 0) const; |