| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| index 78dc3510a8c7f4d4c8c897839859fbd065a1e75b..9c3b4a33a89c95db27a018d75228425a7f8bf36f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| @@ -20,6 +20,7 @@ class NGColumnMapper;
|
| class NGConstraintSpace;
|
| class NGConstraintSpaceBuilder;
|
| class NGBoxFragment;
|
| +class NGFragment;
|
| class NGFragmentBuilder;
|
| class NGOutOfFlowLayoutPart;
|
| class NGPhysicalFragment;
|
| @@ -40,9 +41,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| NGBreakToken* break_token = nullptr);
|
|
|
| bool ComputeMinAndMaxContentSizes(MinAndMaxContentSizes*) override;
|
| - NGLayoutStatus Layout(NGPhysicalFragment*,
|
| - NGPhysicalFragment**,
|
| - NGLayoutAlgorithm**) override;
|
| + NGPhysicalFragment* Layout() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|