| 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 392ddc205e745ad79abd7bea837639ee94165e40..7462fcd1398c8d9aca4808986a3b0c4262e42ab4 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
|
| @@ -37,7 +37,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
|
|
| const ComputedStyle* BlockStyle() const { return block_style_.get(); }
|
|
|
| - RefPtr<NGLayoutResult> Layout(NGConstraintSpace*) override;
|
| + RefPtr<NGLayoutResult> Layout(NGConstraintSpace*, NGBreakToken*) override;
|
| void LayoutInline(NGConstraintSpace*, NGLineBuilder*);
|
| NGInlineNode* NextSibling() override;
|
| LayoutObject* GetLayoutObject() override;
|
|
|