Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp

Issue 2579673002: Web Animations: Rename CSSOffsetRotationInterpolationType (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698