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 |