| 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 a5b863f6ffa490390d25cc73046f31c9b8b54d23..6e7316ef3d7361992b993de88f7622a739ff9bfc 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -317,6 +317,7 @@ text-indent interpolable, inherited, custom_all
|
| text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
|
| text-overflow type_name=TextOverflow
|
| text-shadow interpolable, inherited, converter=convertShadow
|
| +text-size-adjust inherited, converter=convertTextSizeAdjust, type_name=TextSizeAdjust
|
| text-transform inherited
|
| text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=TextUnderlinePosition
|
| top interpolable, initial=initialOffset, converter=convertLengthOrAuto
|
| @@ -576,6 +577,7 @@ columns longhands=column-width;column-count
|
| -webkit-shape-image-threshold alias_for=shape-image-threshold
|
| -webkit-shape-margin alias_for=shape-margin
|
| -webkit-shape-outside alias_for=shape-outside
|
| +-webkit-text-size-adjust alias_for=text-size-adjust
|
| -webkit-transform alias_for=transform
|
| -webkit-transform-origin alias_for=transform-origin
|
| -webkit-transform-style alias_for=transform-style
|
|
|