| 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 60b41004360a25824cd02106e68d095326719ead..4be8c6861626f5e3459d3d329384e7647bfce6c2 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -383,7 +383,7 @@ text-decoration-color runtime_flag=CSS3TextDecorations, interpolable, custom_all
|
| text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDecoration, type_name=TextDecoration, converter=convertFlags<TextDecoration>
|
| text-decoration-skip runtime_flag=CSS3TextDecorations, inherited, type_name=TextDecorationSkip, converter=convertFlags<TextDecorationSkip>, api_class
|
| text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecorationStyle
|
| -text-indent interpolable, inherited, custom_all
|
| +text-indent interpolable, inherited, custom_all, api_class
|
| text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
|
| text-overflow type_name=TextOverflow
|
| text-shadow interpolable, inherited, converter=convertShadowList
|
|
|