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

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

Issue 2564703002: CSS Motion Path: Deprecate motion-* and offset-rotation (Closed)
Patch Set: Created 4 years 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 e3be49ae548ae9d264156cf4109037a6061c4834..0f1c771d0f79eadbcb9c4385b46f4adbf8530d25 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -291,8 +291,8 @@ offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv
offset-distance interpolable, converter=convertLength
offset-path converter=convertPathOrNone
offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=convertPositionOrAuto
-offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffsetRotation
-offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertOffsetRotation
+offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffsetRotate
+offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertOffsetRotate
opacity interpolable, type_name=float
order type_name=int
orphans interpolable, inherited, type_name=short

Powered by Google App Engine
This is Rietveld 408576698