| 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 59f25da3f506c77519e9e8641870b8260ef96c5b..6d5eb70227e7762e0341bf10659fbe31b3faae52 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
|
| @@ -21,10 +21,10 @@ struct NGBoxStrut;
|
| class NGFragmentBase;
|
|
|
| enum class LengthResolveType {
|
| - MinSize,
|
| - MaxSize,
|
| - ContentSize,
|
| - MarginBorderPaddingSize
|
| + kMinSize,
|
| + kMaxSize,
|
| + kContentSize,
|
| + kMarginBorderPaddingSize
|
| };
|
|
|
| #define NGSizeIndefinite LayoutUnit(-1)
|
|
|