| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
|
| index c2d9e547bb5ef4c92663b059f85594289ba66dfd..97343250d6842e431f323eb97df75c66c917df76 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
|
| @@ -8,6 +8,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/layout/ng/inline/ng_inline_item_result.h"
|
| #include "core/layout/ng/inline/ng_inline_node.h"
|
| +#include "platform/fonts/shaping/HarfBuzzShaper.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| #include "platform/wtf/Allocator.h"
|
| @@ -87,6 +88,7 @@ class CORE_EXPORT NGLineBreaker {
|
| LayoutUnit available_width_;
|
| LayoutUnit position_;
|
| LazyLineBreakIterator break_iterator_;
|
| + HarfBuzzShaper shaper_;
|
|
|
| unsigned auto_wrap_ : 1;
|
| };
|
|
|