| Index: third_party/WebKit/Source/core/layout/ng/ng_legacy_block_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_legacy_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_legacy_block_layout_algorithm.h
|
| index c0147c11da89f06382174a62881cf0201c75a238..c148a8264e5990359b39ee8e080237a8e642f514 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_legacy_block_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_legacy_block_layout_algorithm.h
|
| @@ -19,8 +19,8 @@ class CORE_EXPORT NGLegacyBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| public:
|
| NGLegacyBlockLayoutAlgorithm(NGBlockNode*, const NGConstraintSpace*);
|
|
|
| - NGLayoutStatus Layout(NGPhysicalFragmentBase*,
|
| - NGPhysicalFragmentBase**,
|
| + NGLayoutStatus Layout(NGPhysicalFragment*,
|
| + NGPhysicalFragment**,
|
| NGLayoutAlgorithm**) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|