Index: Source/platform/fonts/FontPlatformData.cpp |
diff --git a/Source/core/platform/graphics/FontPlatformData.cpp b/Source/platform/fonts/FontPlatformData.cpp |
similarity index 97% |
rename from Source/core/platform/graphics/FontPlatformData.cpp |
rename to Source/platform/fonts/FontPlatformData.cpp |
index 9ebd49183b47ddab5df6ad038a9eff5ad2ff21f1..85667d93cb1f8fd0795531b37d8806386e5da74c 100644 |
--- a/Source/core/platform/graphics/FontPlatformData.cpp |
+++ b/Source/platform/fonts/FontPlatformData.cpp |
@@ -19,7 +19,7 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/FontPlatformData.h" |
+#include "platform/fonts/FontPlatformData.h" |
#include "wtf/HashMap.h" |
#include "wtf/text/StringHash.h" |
@@ -27,7 +27,7 @@ |
#include "wtf/Vector.h" |
#if OS(MACOSX) |
-#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h" |
+#include "platform/fonts/harfbuzz/HarfBuzzFace.h" |
#endif |
using namespace std; |