| Index: Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| diff --git a/Source/core/platform/graphics/mac/FontCustomPlatformDataMac.cpp b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| similarity index 96%
|
| rename from Source/core/platform/graphics/mac/FontCustomPlatformDataMac.cpp
|
| rename to Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| index 5fb3616a7ea12874be8282f77c9975669ffb2922..8575d512f157b0d2a0b7149fb48c69a5378b57fc 100644
|
| --- a/Source/core/platform/graphics/mac/FontCustomPlatformDataMac.cpp
|
| +++ b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp
|
| @@ -22,8 +22,8 @@
|
| #include "platform/fonts/FontCustomPlatformData.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"
|
|
|