| Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| index 1893195b39c12a41ffd61704701348af28355f05..4e7342eb2a9e93cdfb20cf6f31f97aa9c227ae35 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| @@ -34,7 +34,8 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
|
|
| ~NGBlockNode() override;
|
|
|
| - RefPtr<NGLayoutResult> Layout(NGConstraintSpace* constraint_space) override;
|
| + RefPtr<NGLayoutResult> Layout(NGConstraintSpace* constraint_space,
|
| + NGBreakToken* break_token = nullptr) override;
|
| NGLayoutInputNode* NextSibling() override;
|
| LayoutObject* GetLayoutObject() override;
|
|
|
|
|