Index: Source/platform/fonts/opentype/OpenTypeVerticalData.h |
diff --git a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.h b/Source/platform/fonts/opentype/OpenTypeVerticalData.h |
similarity index 96% |
rename from Source/core/platform/graphics/opentype/OpenTypeVerticalData.h |
rename to Source/platform/fonts/opentype/OpenTypeVerticalData.h |
index 3dd6760f075e92e0cb582f0ae57623cd7fb4e97f..b05e74d5fc03e6082aef38b701c0e71d8f33181d 100644 |
--- a/Source/core/platform/graphics/opentype/OpenTypeVerticalData.h |
+++ b/Source/platform/fonts/opentype/OpenTypeVerticalData.h |
@@ -27,6 +27,7 @@ |
#if ENABLE(OPENTYPE_VERTICAL) |
+#include "platform/PlatformExport.h" |
#include "platform/fonts/Glyph.h" |
#include "wtf/HashMap.h" |
#include "wtf/PassRefPtr.h" |
@@ -39,7 +40,7 @@ class FontPlatformData; |
class GlyphPage; |
class SimpleFontData; |
-class OpenTypeVerticalData : public RefCounted<OpenTypeVerticalData> { |
+class PLATFORM_EXPORT OpenTypeVerticalData : public RefCounted<OpenTypeVerticalData> { |
public: |
static PassRefPtr<OpenTypeVerticalData> create(const FontPlatformData& platformData) |
{ |