| Index: third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
|
| index d7a6282270e281d8432ca973adef6047235ef521..da2579f52cb2210de10d5980afc7014843781654 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
|
| @@ -37,8 +37,8 @@ class CORE_EXPORT NGInlineLayoutAlgorithm : public NGLayoutAlgorithm {
|
| NGConstraintSpace* space,
|
| NGBreakToken* break_token = nullptr);
|
|
|
| - NGLayoutStatus Layout(NGPhysicalFragmentBase*,
|
| - NGPhysicalFragmentBase**,
|
| + NGLayoutStatus Layout(NGPhysicalFragment*,
|
| + NGPhysicalFragment**,
|
| NGLayoutAlgorithm**) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|