| Index: Source/core/platform/graphics/mac/FontMac.cpp
|
| diff --git a/Source/core/platform/graphics/mac/FontMac.cpp b/Source/core/platform/graphics/mac/FontMac.cpp
|
| index 38f747c8bd782f00916bb3c17dc99c08b1f68c53..5a9a1dd8b967a3175c328ef540ccb478ccb0ad86 100644
|
| --- a/Source/core/platform/graphics/mac/FontMac.cpp
|
| +++ b/Source/core/platform/graphics/mac/FontMac.cpp
|
| @@ -31,11 +31,11 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/Font.h"
|
|
|
| -#include "core/platform/graphics/FontSmoothingMode.h"
|
| #include "core/platform/graphics/GlyphBuffer.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "platform/LayoutTestSupport.h"
|
| +#include "platform/fonts/FontSmoothingMode.h"
|
|
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
|
|