Chromium Code Reviews| 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 6792c18cc76a5ae033cc24739b4b90e40c9e0468..b5259e0fb37006eb57fe2656f397b7863938e6ad 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in |
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
| @@ -390,8 +390,8 @@ touch-action converter=convertFlags<TouchAction>, type_name=TouchAction |
| transform typedom_types=[Transform], keywords=[none], interpolable, converter=convertTransformOperations |
| transform-origin interpolable, converter=convertTransformOrigin |
| transform-style name_for_methods=TransformStyle3D |
| -translate runtime_flag=CSSIndependentTransformProperties, converter=convertTranslate, interpolable, api_class |
| -rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable |
| +translate runtime_flag=CSSIndependentTransformProperties, converter=convertTranslate, interpolable |
|
sashab
2017/01/06 05:19:25
hmm something not right here... Make sure you're n
|
| +rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable, api_class |
| scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, interpolable |
| unicode-bidi |
| vector-effect svg |