| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| index 4524c5d852d0f94933bcffc32e3c8e760a9c129e..6cb3e09152ec699eaef05551dfda4abc78d3e436 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| @@ -93,6 +93,8 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| LayoutObject* start_inline_;
|
| LayoutNGBlockFlow* block_;
|
| Member<NGLayoutInputNode> next_sibling_;
|
| +
|
| + friend class NGLineBreakerTest;
|
| };
|
|
|
| inline void NGInlineNode::AssertOffset(unsigned index, unsigned offset) const {
|
|
|