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 e77e8f8ec2ae75e821db3427e1fc36856c95605d..2a13af6ffb941d72faf4a0dfb1f5a37798a634ff 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperties.in |
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
@@ -189,8 +189,10 @@ grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize |
grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow |
grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSize |
grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition |
+grid-column-gap runtime_flag=CSSGridLayout, converter=convertLength |
grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition |
grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition |
+grid-row-gap runtime_flag=CSSGridLayout, converter=convertLength |
grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition |
grid-template-areas runtime_flag=CSSGridLayout, custom_all |
grid-template-columns runtime_flag=CSSGridLayout, custom_all |
@@ -463,6 +465,7 @@ font longhands=font-style;font-variant;font-weight;font-stretch;font-size;line-h |
grid runtime_flag=CSSGridLayout, longhands=grid-template-columns;grid-template-rows;grid-template-areas;grid-auto-flow;grid-auto-columns;grid-auto-rows |
grid-area runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-column-start;grid-row-end;grid-column-end |
grid-column runtime_flag=CSSGridLayout, longhands=grid-column-start;grid-column-end |
+grid-gap runtime_flag=CSSGridLayout, longhands=grid-column-gap;grid-row-gap |
grid-row runtime_flag=CSSGridLayout, longhands=grid-row-start;grid-row-end |
grid-template runtime_flag=CSSGridLayout, longhands=grid-template-columns;grid-template-rows;grid-template-areas |
list-style longhands=list-style-type;list-style-position;list-style-image |