| 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 9e67b620f09f9607457d2873379ce274d4a1daee..a53ba2e33cf2f8f8af0686efcecad24061194b2e 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
|
| @@ -33,7 +33,8 @@ enum class LengthResolveType {
|
| // pass them to ResolveInlineLength / ComputeInlineSizeForFragment.
|
| // If this function returns false, it is safe to pass an empty
|
| // MinAndMaxContentSizes struct to those functions.
|
| -CORE_EXPORT bool NeedMinAndMaxContentSizes(const ComputedStyle&);
|
| +CORE_EXPORT bool NeedMinAndMaxContentSizes(const NGConstraintSpace&,
|
| + const ComputedStyle&);
|
|
|
| // Like NeedMinAndMaxContentSizes, but for use when calling
|
| // ComputeMinAndMaxContentContribution.
|
|
|