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 74209a4fde4591cd841a3116d07356863968eaeb..82bb230da34505df9810876c54f2d715a3e57fcc 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -33,6 +33,8 @@ |
namespace blink { |
+// Some properties are automatically generated in ComputedStyleBase |
sashab
2017/02/01 18:16:08
properties -> enums
shend
2017/02/01 21:33:32
done.
|
+ |
// TODO(sashab): Change these enums to enum classes with an unsigned underlying |
// type. Enum classes provide better type safety, and forcing an unsigned |
// underlying type prevents msvc from interpreting enums as negative numbers. |
@@ -169,8 +171,6 @@ enum class EVerticalAlign : unsigned { |
Length |
}; |
-enum class ETableLayout : unsigned { kAuto, kFixed }; |
- |
enum TextCombine { TextCombineNone, TextCombineAll }; |
enum EFillAttachment { |