| 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 272f9f8dcf4b70f478a8b1e7af64a19333e915d4..15ef4bbe20dee7010d969303887c710383f25c99 100644
 | 
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
 | 
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
 | 
| @@ -228,7 +228,7 @@ min-height interpolable, initial=initialMinSize, converter=convertLengthSizing
 | 
|  min-width interpolable, initial=initialMinSize, converter=convertLengthSizing
 | 
|  mix-blend-mode runtime_flag=CSSCompositing, type_name=blink::WebBlendMode, name_for_methods=BlendMode
 | 
|  motion-offset interpolable, converter=convertLength
 | 
| -motion-path custom_all
 | 
| +motion-path converter=convertPathOrNone
 | 
|  motion-rotation interpolable, converter=convertMotionRotation
 | 
|  object-fit type_name=ObjectFit
 | 
|  object-position interpolable, converter=convertPosition
 | 
| 
 |