| Index: Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
|
| diff --git a/Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp b/Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
|
| similarity index 96%
|
| rename from Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp
|
| rename to Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
|
| index 35aebe0eb40caabea0c65b937c5d49ee1c08aa3d..43ae74c825e56459b1eba2a33f90d65c1a37940a 100644
|
| --- a/Source/core/platform/graphics/win/FontCustomPlatformDataWin.cpp
|
| +++ b/Source/platform/fonts/win/FontCustomPlatformDataWin.cpp
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "platform/LayoutTestSupport.h"
|
| #include "platform/SharedBuffer.h"
|
| -#include "core/platform/graphics/FontPlatformData.h"
|
| -#include "core/platform/graphics/opentype/OpenTypeSanitizer.h"
|
| -#include "core/platform/graphics/opentype/OpenTypeUtilities.h"
|
| +#include "platform/fonts/FontPlatformData.h"
|
| +#include "platform/fonts/opentype/OpenTypeSanitizer.h"
|
| +#include "platform/fonts/opentype/OpenTypeUtilities.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/Base64.h"
|
|
|