| Index: third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| index f67ad6f157aa0e499fa525ef9b189ceab891b13a..7622bb57eff8de59c8fb5e2a4dc77b69a32329a3 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| @@ -18,7 +18,7 @@
|
| #include "core/animation/CSSLengthListInterpolationType.h"
|
| #include "core/animation/CSSLengthPairInterpolationType.h"
|
| #include "core/animation/CSSNumberInterpolationType.h"
|
| -#include "core/animation/CSSOffsetRotationInterpolationType.h"
|
| +#include "core/animation/CSSOffsetRotateInterpolationType.h"
|
| #include "core/animation/CSSPaintInterpolationType.h"
|
| #include "core/animation/CSSPathInterpolationType.h"
|
| #include "core/animation/CSSPositionAxisListInterpolationType.h"
|
| @@ -197,7 +197,7 @@ const InterpolationTypes& CSSInterpolationTypesMap::get(
|
| case CSSPropertyOffsetRotation:
|
| case CSSPropertyOffsetRotate:
|
| applicableTypes->push_back(
|
| - WTF::makeUnique<CSSOffsetRotationInterpolationType>(usedProperty));
|
| + WTF::makeUnique<CSSOffsetRotateInterpolationType>(usedProperty));
|
| break;
|
| case CSSPropertyBackgroundPositionX:
|
| case CSSPropertyBackgroundPositionY:
|
|
|