| 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 5de226fc8f4571fae8426b2ca991c69f0b70681d..e67356c3c829fdf2965c35dbc75d8bf1edd34747 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
|
| @@ -21,7 +21,6 @@ class NGInlineItemsBuilderTemplate;
|
| class EmptyOffsetMappingBuilder;
|
| class LayoutBlockFlow;
|
| class LayoutNGBlockFlow;
|
| -class LayoutObject;
|
| struct MinMaxContentSize;
|
| class NGConstraintSpace;
|
| class NGInlineItem;
|
| @@ -80,8 +79,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| void PrepareLayout();
|
| bool IsPrepareLayoutFinished() const { return !Text().IsNull(); }
|
|
|
| - void CollectInlines(LayoutBlockFlow*);
|
| - LayoutObject* CollectInlines(LayoutBlockFlow*, NGInlineItemsBuilder*);
|
| + void CollectInlines();
|
| void SegmentText();
|
| void ShapeText();
|
|
|
|
|