| Index: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| index a53ba2e33cf2f8f8af0686efcecad24061194b2e..3a1e333f88ccc89dd72a2ca86be8cf46cdb6380d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| @@ -18,7 +18,7 @@ class Length;
|
| struct MinAndMaxContentSizes;
|
| class NGConstraintSpace;
|
| struct NGBoxStrut;
|
| -class NGFragmentBase;
|
| +class NGFragment;
|
|
|
| enum class LengthResolveType {
|
| kMinSize,
|
| @@ -118,7 +118,7 @@ CORE_EXPORT NGBoxStrut ComputePadding(const NGConstraintSpace&,
|
| // the given NGBoxStrut accordingly.
|
| CORE_EXPORT void ApplyAutoMargins(const NGConstraintSpace&,
|
| const ComputedStyle&,
|
| - const NGFragmentBase&,
|
| + const NGFragment&,
|
| NGBoxStrut* margins);
|
|
|
| } // namespace blink
|
|
|