| Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index 1736e24a8d5d619300945e1a8fe5e01b61ef9d7f..e0a3743ccd0b52528b9446d812e03b85e1deaa05 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -552,10 +552,10 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID prop
|
| }
|
| case CSSPropertyTransformOrigin:
|
| return createFromTransformOrigin(style.transformOrigin(), style);
|
| - case CSSPropertyMotionOffset:
|
| - return createFromLength(style.motionOffset(), style);
|
| - case CSSPropertyMotionRotation:
|
| - return createFromDoubleAndBool(style.motionRotation().angle, style.motionRotation().type == MotionRotationAuto, style);
|
| + case CSSPropertyOffsetDistance:
|
| + return createFromLength(style.offsetDistance(), style);
|
| + case CSSPropertyOffsetRotation:
|
| + return createFromDoubleAndBool(style.offsetRotation().angle, style.offsetRotation().type == OffsetRotationAuto, style);
|
| case CSSPropertyWebkitPerspectiveOriginX:
|
| return createFromLength(style.perspectiveOriginX(), style);
|
| case CSSPropertyWebkitPerspectiveOriginY:
|
|
|