Index: Source/platform/fonts/skia/FontCacheSkia.cpp |
diff --git a/Source/core/platform/graphics/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp |
similarity index 98% |
rename from Source/core/platform/graphics/skia/FontCacheSkia.cpp |
rename to Source/platform/fonts/skia/FontCacheSkia.cpp |
index efe03edef5efe1bc991bb4b0e0e58b0273646b10..6498da1a56ec4a55e4e9fc327ff8ccacd285fd44 100644 |
--- a/Source/core/platform/graphics/skia/FontCacheSkia.cpp |
+++ b/Source/platform/fonts/skia/FontCacheSkia.cpp |
@@ -32,11 +32,11 @@ |
#include "SkFontMgr.h" |
#include "SkTypeface.h" |
-#include "platform/fonts/AlternateFontFamily.h" |
-#include "core/platform/graphics/FontCache.h" |
-#include "core/platform/graphics/SimpleFontData.h" |
#include "platform/NotImplemented.h" |
+#include "platform/fonts/AlternateFontFamily.h" |
+#include "platform/fonts/FontCache.h" |
#include "platform/fonts/FontDescription.h" |
+#include "platform/fonts/SimpleFontData.h" |
#include "wtf/Assertions.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/CString.h" |