Index: Source/platform/fonts/GlyphPageTreeNode.cpp |
diff --git a/Source/core/platform/graphics/GlyphPageTreeNode.cpp b/Source/platform/fonts/GlyphPageTreeNode.cpp |
similarity index 98% |
rename from Source/core/platform/graphics/GlyphPageTreeNode.cpp |
rename to Source/platform/fonts/GlyphPageTreeNode.cpp |
index c17a7be561f01a8f941f9cb73e6d9645de1680e2..a81f23bf7ab23c87b6f81ba93a9e80dc616fc94c 100644 |
--- a/Source/core/platform/graphics/GlyphPageTreeNode.cpp |
+++ b/Source/platform/fonts/GlyphPageTreeNode.cpp |
@@ -27,12 +27,12 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/GlyphPageTreeNode.h" |
+#include "platform/fonts/GlyphPageTreeNode.h" |
#include <stdio.h> |
-#include "core/platform/graphics/SegmentedFontData.h" |
-#include "core/platform/graphics/SimpleFontData.h" |
-#include "core/platform/graphics/opentype/OpenTypeVerticalData.h" |
+#include "platform/fonts/SegmentedFontData.h" |
+#include "platform/fonts/SimpleFontData.h" |
+#include "platform/fonts/opentype/OpenTypeVerticalData.h" |
#include "wtf/text/CString.h" |
#include "wtf/text/WTFString.h" |
#include "wtf/unicode/CharacterNames.h" |