Index: third_party/WebKit/Source/core/css/CSSProperties.json5 |
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
index 15f862289cbba65901fb13819e9edcd5db450332..1d97bf19859e7409b436bcba547c9af6552a2c66 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperties.json5 |
+++ b/third_party/WebKit/Source/core/css/CSSProperties.json5 |
@@ -66,6 +66,9 @@ |
// Field is stored a packed boolean flag and has a initial/getter/setter/resetter. |
// TODO(shend): generalise this to "primitive" |
"flag", |
+ // Field is stored as a bool, whose default value is false |
+ // and can only be set to true. Has a initial/getter/setter. |
+ "monotonic_flag" |
], |
}, |