| Index: Source/platform/fonts/mac/FontMac.cpp
|
| diff --git a/Source/core/platform/graphics/mac/FontMac.cpp b/Source/platform/fonts/mac/FontMac.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/mac/FontMac.cpp
|
| rename to Source/platform/fonts/mac/FontMac.cpp
|
| index bc29df04457626666c6fc77aa2fb392d50e91d13..b0fd0274743fb0550b469d39d4f234edf0af4cae 100644
|
| --- a/Source/core/platform/graphics/mac/FontMac.cpp
|
| +++ b/Source/platform/fonts/mac/FontMac.cpp
|
| @@ -29,13 +29,13 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/Font.h"
|
| +#include "platform/fonts/Font.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| #include "platform/LayoutTestSupport.h"
|
| #include "platform/fonts/FontSmoothingMode.h"
|
| #include "platform/fonts/GlyphBuffer.h"
|
| +#include "platform/fonts/SimpleFontData.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
|
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
|
|