| 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 95e127fa24a83450d07c760db3dc99b83219b798..a79dcd2f37e396d3cfaedd6c96dfe613c07f6db5 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
|
| @@ -26,8 +26,6 @@ enum class LengthResolveType {
|
| kMarginBorderPaddingSize
|
| };
|
|
|
| -#define NGSizeIndefinite LayoutUnit(-1)
|
| -
|
| // Whether the caller needs to compute min-content and max-content sizes to
|
| // pass them to ResolveInlineLength / ComputeInlineSizeForFragment.
|
| // If this function returns false, it is safe to pass an empty
|
|
|