| 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 c148a8264e5990359b39ee8e080237a8e642f514..189aaf5cc6e56dc58a1e708298d30bc60e4fba1d 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,9 +19,7 @@ class CORE_EXPORT NGLegacyBlockLayoutAlgorithm : public NGLayoutAlgorithm { | 
| public: | 
| NGLegacyBlockLayoutAlgorithm(NGBlockNode*, const NGConstraintSpace*); | 
|  | 
| -  NGLayoutStatus Layout(NGPhysicalFragment*, | 
| -                        NGPhysicalFragment**, | 
| -                        NGLayoutAlgorithm**) override; | 
| +  NGPhysicalFragment* Layout() override; | 
|  | 
| DECLARE_VIRTUAL_TRACE(); | 
|  | 
|  |