| 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 597e563438a19c35ac0018035fca70f0221f1d54..9f7d85f32fb0d301d6d932f504e2eb315e1a0beb 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
|
| @@ -35,6 +35,8 @@ enum class LengthResolveType {
|
| CORE_EXPORT bool NeedMinMaxContentSize(const NGConstraintSpace&,
|
| const ComputedStyle&);
|
|
|
| +CORE_EXPORT bool NeedMinMaxContentSize(const ComputedStyle&);
|
| +
|
| // Like NeedMinMaxContentSize, but for use when calling
|
| // ComputeMinAndMaxContentContribution.
|
| CORE_EXPORT bool NeedMinMaxContentSizeForContentContribution(
|
|
|