summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/pango/FontPlatformData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/pango/FontPlatformData.h')
-rw-r--r--Source/WebCore/platform/graphics/pango/FontPlatformData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/pango/FontPlatformData.h b/Source/WebCore/platform/graphics/pango/FontPlatformData.h
index 180d23b..bd9251b 100644
--- a/Source/WebCore/platform/graphics/pango/FontPlatformData.h
+++ b/Source/WebCore/platform/graphics/pango/FontPlatformData.h
@@ -68,6 +68,7 @@ public:
bool syntheticOblique() const { return m_syntheticOblique; }
FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
+ void setOrientation(FontOrientation) { } // FIXME: Implement.
cairo_scaled_font_t* scaledFont() const { return m_scaledFont; }