| 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 d52f17d858c99989caea7fcec888dcfde5443383..315599b30855ffb0fb68f9bfda9ecaa896d15d1c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| @@ -17,6 +17,11 @@ class LayoutUnit;
|
| struct NGPhysicalOffset;
|
| struct NGPhysicalSize;
|
|
|
| +struct MinAndMaxContentSizes {
|
| + LayoutUnit min_content;
|
| + LayoutUnit max_content;
|
| +};
|
| +
|
| struct NGLogicalSize {
|
| NGLogicalSize() {}
|
| NGLogicalSize(LayoutUnit inline_size, LayoutUnit block_size)
|
|
|