| Index: third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_units.h b/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| index b44aaa4a9035a0cddb12fa2e1a2b393d6021b59f..109e2dd6c8db1c4400cb60f4e5401708b417d9ae 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| @@ -18,6 +18,8 @@ struct NGPhysicalOffset;
|
| struct NGPhysicalSize;
|
| struct NGBoxStrut;
|
|
|
| +#define NGSizeIndefinite LayoutUnit(-1)
|
| +
|
| struct CORE_EXPORT MinAndMaxContentSizes {
|
| LayoutUnit min_content;
|
| LayoutUnit max_content;
|
|
|