| 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 b3a54c9b6f63ca962280d31ea6a4bf0ebf230cdf..2491d172911bb4f018adc7798eee59b740785e21 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
|
| @@ -12,7 +12,7 @@ class ComputedStyle;
|
| class LayoutUnit;
|
| class Length;
|
| class NGConstraintSpace;
|
| -struct NGBoxMargins;
|
| +struct NGBoxStrut;
|
|
|
| enum class LengthResolveType { MinSize, MaxSize, ContentSize, MarginSize };
|
|
|
| @@ -44,8 +44,8 @@ CORE_EXPORT LayoutUnit computeBlockSizeForFragment(const NGConstraintSpace&,
|
| const ComputedStyle&,
|
| LayoutUnit contentSize);
|
|
|
| -CORE_EXPORT NGBoxMargins computeMargins(const NGConstraintSpace&,
|
| - const ComputedStyle&);
|
| +CORE_EXPORT NGBoxStrut computeMargins(const NGConstraintSpace&,
|
| + const ComputedStyle&);
|
|
|
| } // namespace blink
|
|
|
|
|