| Index: third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| similarity index 85%
|
| rename from third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h
|
| rename to third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| index d83662c146bf7bfdd7f45d8722dc1b0aa17f97b8..060b4bde9781f50056030a999ef692894c1697e2 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CSSOffsetRotationInterpolationType_h
|
| -#define CSSOffsetRotationInterpolationType_h
|
| +#ifndef CSSOffsetRotateInterpolationType_h
|
| +#define CSSOffsetRotateInterpolationType_h
|
|
|
| #include "core/animation/CSSInterpolationType.h"
|
|
|
| namespace blink {
|
|
|
| -class CSSOffsetRotationInterpolationType : public CSSInterpolationType {
|
| +class CSSOffsetRotateInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSOffsetRotationInterpolationType(PropertyHandle property)
|
| + CSSOffsetRotateInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property) {
|
| DCHECK(cssProperty() == CSSPropertyOffsetRotate ||
|
| cssProperty() == CSSPropertyOffsetRotation);
|
| @@ -44,4 +44,4 @@ class CSSOffsetRotationInterpolationType : public CSSInterpolationType {
|
|
|
| } // namespace blink
|
|
|
| -#endif // CSSOffsetRotationInterpolationType_h
|
| +#endif // CSSOffsetRotateInterpolationType_h
|
|
|