Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1807)

Unified Diff: Source/platform/fonts/opentype/OpenTypeVerticalData.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeUtilities.cpp ('k') | Source/platform/fonts/opentype/OpenTypeVerticalData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698