| Index: third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| index f6bf5bf1c19ab86081baef688bf96ec9bf633ef0..af9d877180588e5a2a6d850da8db5fcf4d04f951 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
| @@ -148,9 +148,9 @@ namespace blink {
|
| {% endmacro %}
|
| {{apply_auto('CSSPropertyClip')}}
|
| {{apply_auto('CSSPropertyOrphans')}}
|
| -{{apply_auto('CSSPropertyWebkitColumnCount')}}
|
| -{{apply_auto('CSSPropertyWebkitColumnGap', auto_getter='hasNormalColumnGap', auto_setter='setHasNormalColumnGap', auto_identity='CSSValueNormal')}}
|
| -{{apply_auto('CSSPropertyWebkitColumnWidth')}}
|
| +{{apply_auto('CSSPropertyColumnCount')}}
|
| +{{apply_auto('CSSPropertyColumnGap', auto_getter='hasNormalColumnGap', auto_setter='setHasNormalColumnGap', auto_identity='CSSValueNormal')}}
|
| +{{apply_auto('CSSPropertyColumnWidth')}}
|
| {{apply_auto('CSSPropertyWidows')}}
|
| {{apply_auto('CSSPropertyZIndex')}}
|
|
|
| @@ -304,7 +304,7 @@ static bool borderImageLengthMatchesAllSides(const BorderImageLengthBox& borderI
|
| {{apply_color('CSSPropertyBorderTopColor')}}
|
| {{apply_color('CSSPropertyOutlineColor')}}
|
| {{apply_color('CSSPropertyTextDecorationColor')}}
|
| -{{apply_color('CSSPropertyWebkitColumnRuleColor')}}
|
| +{{apply_color('CSSPropertyColumnRuleColor')}}
|
| {{apply_color('CSSPropertyWebkitTextEmphasisColor')}}
|
| {{apply_color('CSSPropertyWebkitTextFillColor')}}
|
| {{apply_color('CSSPropertyWebkitTextStrokeColor')}}
|
|
|