| Index: Source/core/platform/graphics/mac/FontComplexTextMac.cpp
|
| diff --git a/Source/core/platform/graphics/mac/FontComplexTextMac.cpp b/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
|
| index 3e41e658be658713d905caca7ff70dcd7476a26d..5cf79f3377b74cc4992ebd85532f8d24acab555f 100644
|
| --- a/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
|
| +++ b/Source/core/platform/graphics/mac/FontComplexTextMac.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "core/platform/graphics/Font.h"
|
|
|
| #include "core/platform/graphics/FontFallbackList.h"
|
| -#include "core/platform/graphics/GlyphBuffer.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/mac/ComplexTextController.h"
|
| +#include "platform/fonts/GlyphBuffer.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/TextRun.h"
|
| #include "wtf/MathExtras.h"
|
|
|