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 0c04f864556b83278a028a8aeb6037daeb8d6b47..e3b43837625a970ce7943958c86ff0206925c1d8 100644 |
--- a/third_party/WebKit/Source/core/css/CSSProperties.in |
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in |
@@ -391,7 +391,7 @@ transform typedom_types=[Transform], keywords=[none], interpolable, converter=co |
transform-origin interpolable, converter=convertTransformOrigin, api_class |
transform-style name_for_methods=TransformStyle3D |
translate runtime_flag=CSSIndependentTransformProperties, converter=convertTranslate, interpolable, api_class |
-rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable |
+rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, interpolable, api_class |
scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, interpolable |
unicode-bidi type_name=UnicodeBidi, keyword_only, keywords=[normal|embed|bidi-override|isolate|plaintext|isolate-override], initial_keyword=normal, field_storage_type=platform/text/UnicodeBidi |
vector-effect svg |