| Index: Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
|
| diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp
|
| rename to Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
|
| index a54b7d3b642691c35a4e65f5d21d9def4648b152..b35f636353acd212156b44cdbb2eed2823ccbb8f 100644
|
| --- a/Source/core/platform/graphics/harfbuzz/HarfBuzzFace.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
|
| +#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
|
|
|
| -#include "core/platform/graphics/FontPlatformData.h"
|
| +#include "platform/fonts/FontPlatformData.h"
|
| #include "hb-ot.h"
|
| #include "hb.h"
|
|
|
|
|