Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
index bc3d8255e52ee54033da0ff4d2463485bad47d31..e7305dab6b562385aeab6c6f246675e9cd774350 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -125,7 +125,7 @@ enum EPosition { |
}; |
enum class EFloat : unsigned { |
- NoFloat, LeftFloat, RightFloat |
+ None, Left, Right |
}; |
enum EMarginCollapse { MarginCollapseCollapse, MarginCollapseSeparate, MarginCollapseDiscard }; |