Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 2614833003: Implements CSSPropertyAPI for the rotate property. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698