Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSProperties.in |
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in |
| index aed5abc6f3cda23da6a2a3365656bf13eafacb09..aa198867aa2630270469859661ae125edd6e9ddb 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
| @@ -573,6 +573,7 @@ padding longhands=padding-top;padding-right;padding-bottom;padding-left |
| page-break-after longhands=break-after |
| page-break-before longhands=break-before |
| page-break-inside longhands=break-inside |
| +place-content runtime_flag=CSSGridLayout, longhands=align-content;justify-content |
|
Timothy Loh
2017/02/06 23:15:14
This is a JSON file now btw, needs some rebasing.
jfernandez
2017/02/10 00:31:20
Acknowledged.
|
| transition longhands=transition-property;transition-duration;transition-timing-function;transition-delay |
| -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-style;-webkit-border-after-color |
| -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-before-style;-webkit-border-before-color |