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

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

Issue 2614833003: Implements CSSPropertyAPI for the rotate property. (Closed)
Patch Set: dependencies 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 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
« 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