| 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 597a16c77912c6c8ebd93eeee84de55a06a6ad1c..249aa01bcb677e09b58779d01e1d6dc1f7f2791d 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 NGPhysicalFragment;
|
|
|
| @@ -39,9 +40,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();
|
|
|
|
|