summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/chromium/FontPlatformDataLinux.h')
-rw-r--r--WebCore/platform/graphics/chromium/FontPlatformDataLinux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h b/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
index 363e55f..694a945 100644
--- a/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
+++ b/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
@@ -31,6 +31,7 @@
#ifndef FontPlatformDataLinux_h
#define FontPlatformDataLinux_h
+#include "FontOrientation.h"
#include "FontRenderStyle.h"
#include <wtf/Forward.h>
#include <wtf/RefPtr.h>
@@ -105,6 +106,8 @@ public:
unsigned hash() const;
float size() const { return m_textSize; }
+ FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
+
bool operator==(const FontPlatformData&) const;
FontPlatformData& operator=(const FontPlatformData&);
bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }