Index: third_party/WebKit/public/platform/WebFont.h |
diff --git a/third_party/WebKit/public/platform/WebFont.h b/third_party/WebKit/public/platform/WebFont.h |
index 14498c4c88058489ea5effa0a7cf4c44bb0a4f32..60842384b29f27e1202b4cb395f89699ef52dab2 100644 |
--- a/third_party/WebKit/public/platform/WebFont.h |
+++ b/third_party/WebKit/public/platform/WebFont.h |
@@ -23,7 +23,7 @@ public: |
BLINK_PLATFORM_EXPORT static WebFont* create(const WebFontDescription&); |
BLINK_PLATFORM_EXPORT ~WebFont(); |
- BLINK_PLATFORM_EXPORT WebFontDescription fontDescription() const; |
+ BLINK_PLATFORM_EXPORT WebFontDescription getFontDescription() const; |
BLINK_PLATFORM_EXPORT int ascent() const; |
BLINK_PLATFORM_EXPORT int descent() const; |
BLINK_PLATFORM_EXPORT int height() const; |