| 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 366aeda434147663aab92faf7af7e0eb1ab57c17..9129873026086dece55c01273b92165879db0cc9 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
|
| @@ -35,7 +35,8 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| const ComputedStyle& Style() const override { return block_->StyleRef(); }
|
| NGLayoutInputNode* NextSibling() override;
|
|
|
| - RefPtr<NGLayoutResult> Layout(NGConstraintSpace*, NGBreakToken*) override;
|
| + RefPtr<NGLayoutResult> Layout(NGConstraintSpace*,
|
| + NGBreakToken* = nullptr) override;
|
| LayoutObject* GetLayoutObject() override;
|
|
|
| // Computes the value of min-content and max-content for this anonymous block
|
|
|