| 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 2e31734a8e84fe7557966b7460ff75ba613cfab1..e3c0f3633b192fdf7e02e5d4a1b8180a2a5e13b5 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -616,10 +616,9 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::Create(
|
| case CSSPropertyOffsetPosition:
|
| return CreateFromLengthPoint(style.OffsetPosition(), style);
|
| case CSSPropertyOffsetRotate:
|
| - case CSSPropertyOffsetRotation:
|
| return CreateFromDoubleAndBool(
|
| - style.OffsetRotation().angle,
|
| - style.OffsetRotation().type == kOffsetRotationAuto, style);
|
| + style.OffsetRotate().angle,
|
| + style.OffsetRotate().type == kOffsetRotationAuto, style);
|
| case CSSPropertyTransformOrigin:
|
| return CreateFromTransformOrigin(style.GetTransformOrigin(), style);
|
| case CSSPropertyWebkitPerspectiveOriginX:
|
|
|