Blob Blame History Raw
Index: Source/WebCore/platform/graphics/pango/FontPlatformData.h
===================================================================
--- Source/WebCore/platform/graphics/pango/FontPlatformData.h	(revision 81548)
+++ Source/WebCore/platform/graphics/pango/FontPlatformData.h	(revision 82701)
@@ -69,4 +69,5 @@
 
     FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
+    void setOrientation(FontOrientation) { } // FIXME: Implement.
 
     cairo_scaled_font_t* scaledFont() const { return m_scaledFont; }