| Index: Source/platform/fonts/mac/ComplexTextController.cpp
|
| diff --git a/Source/core/platform/graphics/mac/ComplexTextController.cpp b/Source/platform/fonts/mac/ComplexTextController.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/graphics/mac/ComplexTextController.cpp
|
| rename to Source/platform/fonts/mac/ComplexTextController.cpp
|
| index 9e34f8a5d853411e3ca58adf2f58149a9f091817..ccaea4311b13764bf871d6d3d63c716da8ca0ae8 100644
|
| --- a/Source/core/platform/graphics/mac/ComplexTextController.cpp
|
| +++ b/Source/platform/fonts/mac/ComplexTextController.cpp
|
| @@ -23,10 +23,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/mac/ComplexTextController.h"
|
| +#include "platform/fonts/mac/ComplexTextController.h"
|
|
|
| #include <ApplicationServices/ApplicationServices.h>
|
| -#include "core/platform/graphics/Font.h"
|
| +#include "platform/fonts/Font.h"
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/graphics/TextRun.h"
|
| #include "platform/text/TextBreakIterator.h"
|
|
|