| 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 375485ed4714b0e1f297672c81e3bee6eee77969..0693924678d83ff6931a8c2f62a1a30597e5f79c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -260,8 +260,10 @@ motion-path alias_for=offset-path
|
| motion-rotation alias_for=offset-rotation
|
| object-fit type_name=ObjectFit
|
| object-position interpolable, converter=convertPosition
|
| +offset-anchor runtime_flag=CSSOffsetPositionAnchor, converter=convertPositionOrAuto
|
| offset-distance interpolable, converter=convertLength
|
| offset-path converter=convertPathOrNone
|
| +offset-position runtime_flag=CSSOffsetPositionAnchor, converter=convertPositionOrAuto
|
| offset-rotation interpolable, converter=convertOffsetRotation
|
| opacity interpolable, type_name=float
|
| order type_name=int
|
|
|