Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h

Issue 2536323003: [LayoutNG] Fix enum values to conform to kEnumName in style guide. (Closed)
Patch Set: rebase. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698