| 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 dfee901249f7fbfafb96be461b7bec277663e218..2fdc8882005b71b22713641f788cf741939fff79 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -225,7 +225,7 @@ flex-direction
|
| flex-grow interpolable, type_name=float
|
| flex-shrink interpolable, type_name=float
|
| flex-wrap
|
| -float type_name=EFloat, name_for_methods=Floating
|
| +float type_name=EFloat, name_for_methods=Floating, keyword_only, keywords=[none|left|right]
|
| flood-color interpolable, svg, converter=convertColor
|
| flood-opacity interpolable, svg, converter=convertNumberOrPercentage
|
| grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList
|
|
|