Index: Source/platform/fonts/win/SimpleFontDataWin.cpp |
diff --git a/Source/core/platform/graphics/win/SimpleFontDataWin.cpp b/Source/platform/fonts/win/SimpleFontDataWin.cpp |
similarity index 97% |
rename from Source/core/platform/graphics/win/SimpleFontDataWin.cpp |
rename to Source/platform/fonts/win/SimpleFontDataWin.cpp |
index 6e74b6d88cda7de9acaf9aed958e224c50076e7b..bc1d367140ff2d87fb9744f9394a1cd2cf1fbb9d 100644 |
--- a/Source/core/platform/graphics/win/SimpleFontDataWin.cpp |
+++ b/Source/platform/fonts/win/SimpleFontDataWin.cpp |
@@ -30,16 +30,16 @@ |
*/ |
#include "config.h" |
-#include "core/platform/graphics/SimpleFontData.h" |
+#include "platform/fonts/SimpleFontData.h" |
#include <mlang.h> |
#include <objidl.h> |
#include <unicode/uchar.h> |
#include <unicode/unorm.h> |
-#include "core/platform/graphics/Font.h" |
-#include "core/platform/graphics/FontCache.h" |
-#include "core/platform/graphics/win/FontPlatformDataWin.h" |
+#include "platform/fonts/Font.h" |
+#include "platform/fonts/FontCache.h" |
#include "platform/fonts/FontDescription.h" |
+#include "platform/fonts/win/FontPlatformDataWin.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/win/HWndDC.h" |
#include "wtf/MathExtras.h" |