| 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 39071e06c71d2dd568838a135b148bdc8f0c616e..6dc3b0d7b0b6b43561def83d8d0d8071dd585bd5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -207,9 +207,9 @@ flex-wrap
|
| float type_name=EFloat, name_for_methods=Floating
|
| flood-color interpolable, svg, converter=convertColor
|
| flood-opacity interpolable, svg, converter=convertNumberOrPercentage
|
| -grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize
|
| +grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList
|
| grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_name=GridAutoFlow
|
| -grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSize
|
| +grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList
|
| grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition
|
| grid-column-gap runtime_flag=CSSGridLayout, converter=convertLength
|
| grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition
|
|
|