Index: Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
diff --git a/Source/core/platform/graphics/skia/FontCustomPlatformDataSkia.cpp b/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
similarity index 96% |
rename from Source/core/platform/graphics/skia/FontCustomPlatformDataSkia.cpp |
rename to Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
index 4c8388d547f9bc7396447fb8e799182b0748860e..87d8a01230d28beffae12e228408905eed13c425 100644 |
--- a/Source/core/platform/graphics/skia/FontCustomPlatformDataSkia.cpp |
+++ b/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
@@ -35,8 +35,8 @@ |
#include "platform/LayoutTestSupport.h" |
#include "platform/SharedBuffer.h" |
-#include "core/platform/graphics/FontPlatformData.h" |
-#include "core/platform/graphics/opentype/OpenTypeSanitizer.h" |
+#include "platform/fonts/FontPlatformData.h" |
+#include "platform/fonts/opentype/OpenTypeSanitizer.h" |
#include "third_party/skia/include/core/SkStream.h" |
#include "third_party/skia/include/core/SkTypeface.h" |
#include "wtf/PassOwnPtr.h" |