| 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 cf5615bed5b4f778d597fbad738a81ee15d868a7..b3a54c9b6f63ca962280d31ea6a4bf0ebf230cdf 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
|
| @@ -16,6 +16,8 @@ struct NGBoxMargins;
|
|
|
| enum class LengthResolveType { MinSize, MaxSize, ContentSize, MarginSize };
|
|
|
| +#define NGSizeIndefinite LayoutUnit(-1)
|
| +
|
| // Convert an inline-axis length to a layout unit using the given constraint
|
| // space.
|
| CORE_EXPORT LayoutUnit resolveInlineLength(const NGConstraintSpace&,
|
|
|