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

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

Issue 947983002: Move zoom handling for x and y properties to svg (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move function Created 5 years, 10 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 1a245e3d730c16efe75ab7e875ea932005060d9b..8ce202c8f99307b8d66d24bae20cbc34cff2b828 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -282,8 +282,8 @@ unicode-bidi
vector-effect svg
vertical-align animatable, custom_inherit, custom_value
visibility animatable, inherited
-x animatable, svg, converter=convertLengthUnzoomed
-y animatable, svg, converter=convertLengthUnzoomed
+x animatable, svg, converter=convertLength
+y animatable, svg, converter=convertLength
-webkit-animation-delay custom_all
-webkit-animation-direction custom_all
-webkit-animation-duration custom_all
« no previous file with comments | « LayoutTests/transitions/svg-layout-transition-zoom-expected.txt ('k') | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698