| Index: third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| index 938ab59696ca887233e9b630a073f61645c48e4b..3943d4b937397eb526c982c59b2d52cab268e957 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| @@ -25,7 +25,6 @@ class LayoutObject;
|
| class LayoutUnit;
|
| struct MinMaxContentSize;
|
| class NGConstraintSpace;
|
| -class NGFragmentBuilder;
|
| class NGLayoutInlineItem;
|
| class NGLayoutInlineItemRange;
|
| class NGLayoutInlineItemsBuilder;
|
| @@ -44,9 +43,6 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| NGLayoutInputNode* NextSibling() override;
|
|
|
| RefPtr<NGLayoutResult> Layout(NGConstraintSpace*, NGBreakToken*) override;
|
| - RefPtr<NGLayoutResult> Layout(NGConstraintSpace*,
|
| - NGFragmentBuilder*,
|
| - NGBreakToken*);
|
| LayoutObject* GetLayoutObject() override;
|
|
|
| // Computes the value of min-content and max-content for this anonymous block
|
|
|