| Index: Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| index f2cd2a944001516701a016e2672baddbabb2d4c1..fd25d1ee01aca85e43c8d3ac84a8b9b2fcf8bd79 100644
|
| --- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
|
| @@ -32,7 +32,6 @@
|
| #define HarfBuzzShaper_h
|
|
|
| #include "hb.h"
|
| -#include "platform/fonts/GlyphBuffer.h"
|
| #include "platform/geometry/FloatBoxExtent.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/text/TextRun.h"
|
| @@ -47,7 +46,9 @@
|
| namespace WebCore {
|
|
|
| class Font;
|
| +class GlyphBuffer;
|
| class SimpleFontData;
|
| +
|
| class HarfBuzzShaper FINAL {
|
| public:
|
| enum ForTextEmphasisOrNot {
|
|
|