| Index: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| index c9062625519d4082f15499954b02320a97e7551f..5fe052ee70b6026002e5dd30ad95a7c234de2b5b 100644
|
| --- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| +++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef HarfBuzzShaper_h
|
| #define HarfBuzzShaper_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/GlyphBuffer.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "hb.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/OwnArrayPtr.h"
|
| #include "wtf/OwnPtr.h"
|
|
|