| Index: Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| similarity index 96%
|
| rename from Source/core/platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| rename to Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| index e81ba594af5d892e0d5d91861c8970e6d3dd96c4..96b0285d4ec5b3a3300e6775111f86fca32c30e5 100644
|
| --- a/Source/core/platform/graphics/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
|
| +#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
|
|
|
| -#include "core/platform/graphics/FontPlatformData.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| -#include "core/platform/graphics/harfbuzz/HarfBuzzShaper.h"
|
| +#include "platform/fonts/FontPlatformData.h"
|
| +#include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/fonts/harfbuzz/HarfBuzzShaper.h"
|
|
|
| #include <ApplicationServices/ApplicationServices.h>
|
| #include "hb.h"
|
|
|