Index: Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h |
diff --git a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h |
index 6cb370d893d5635f919b609812ed83909c5e4b9a..dc5b39cd7d2c8be852aa078fd777e4eaf81ebd8a 100644 |
--- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h |
+++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h |
@@ -90,6 +90,8 @@ public: |
SkTypeface* typeface() const { return m_typeface.get(); } |
int paintTextFlags() const { return m_paintTextFlags; } |
+ String fontFamilyName() const; |
+ |
FontOrientation orientation() const { return m_orientation; } |
void setOrientation(FontOrientation orientation) { m_orientation = orientation; } |