| Index: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| index 2b22c3b36079bd9f5323c1eff5baaf31f041e387..fc62c4ab9cd500fbc7db67a6991e3d65f6101755 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
|
| @@ -31,9 +31,7 @@ class CORE_EXPORT NGTextLayoutAlgorithm : public NGLayoutAlgorithm {
|
| NGConstraintSpace* space,
|
| NGBreakToken* break_token = nullptr);
|
|
|
| - NGLayoutStatus Layout(NGPhysicalFragment*,
|
| - NGPhysicalFragment**,
|
| - NGLayoutAlgorithm**) override;
|
| + NGPhysicalFragment* Layout() override;
|
| bool LayoutInline(NGLineBuilder*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|