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

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

Issue 645043002: Use StyleBuilderConverter for [-webkit-]perspective. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 3330f810047bd6c3c1908ae683602cef1c1bdcdb..ed5d4efac074b771ecc9721f7386142ed93cdfda 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -232,7 +232,7 @@ page-break-after type_name=EPageBreak, initial=initialPageBreak
page-break-before type_name=EPageBreak, initial=initialPageBreak
page-break-inside type_name=EPageBreak, initial=initialPageBreak
paint-order inherited, svg, converter=convertPaintOrder
-perspective animatable, custom_value
+perspective animatable, converter=convertPerspective
perspective-origin animatable, custom_all
pointer-events inherited
position
@@ -348,7 +348,7 @@ visibility animatable, inherited
-webkit-mask-repeat-x custom_all
-webkit-mask-repeat-y custom_all
-webkit-mask-size animatable, custom_all
--webkit-perspective custom_all
+-webkit-perspective use_handlers_for=CSSPropertyPerspective
-webkit-perspective-origin use_handlers_for=CSSPropertyPerspectiveOrigin
-webkit-perspective-origin-x converter=convertLength
-webkit-perspective-origin-y converter=convertLength
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleBuilderConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698