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

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

Issue 1158603003: CSS Independent Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Correct equality operators and remove dependencies on size() in parser Created 5 years, 6 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: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index d825fa6450a3dabae1aac96b9a0e6ec362cbe5e9..28a3632f65f8579565217f8f40976afb72aadc1a 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -298,6 +298,9 @@ touch-action converter=convertFlags<TouchAction>
transform animatable, custom_value
transform-origin animatable, converter=convertTransformOrigin
transform-style name_for_methods=TransformStyle3D
+translate runtime_flag=CSSIndependentTransformProperties, animatable, converter=convertTranslate
+rotate runtime_flag=CSSIndependentTransformProperties, animatable, converter=convertRotate
+scale runtime_flag=CSSIndependentTransformProperties, animatable, converter=convertScale
transition-delay custom_all
transition-duration custom_all
transition-property custom_all

Powered by Google App Engine
This is Rietveld 408576698