Index: third_party/WebKit/Source/core/animation/SVGRectInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGRectInterpolationType.h |
similarity index 75% |
copy from third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h |
copy to third_party/WebKit/Source/core/animation/SVGRectInterpolationType.h |
index 176bf33001a9fb01482f2e1c49442147050830ff..77619e3782f78513942ed668f68389b71747c29c 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/SVGRectInterpolationType.h |
@@ -1,27 +1,22 @@ |
// Copyright 2015 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
- |
-#ifndef SVGAngleInterpolationType_h |
-#define SVGAngleInterpolationType_h |
+#ifndef SVGRectInterpolationType_h |
+#define SVGRectInterpolationType_h |
#include "core/animation/SVGInterpolationType.h" |
- |
namespace blink { |
- |
-class SVGAngleInterpolationType : public SVGInterpolationType { |
+class SVGRectInterpolationType : public SVGInterpolationType { |
public: |
- SVGAngleInterpolationType(const QualifiedName& attribute) |
+ SVGRectInterpolationType(const QualifiedName& attribute) |
: SVGInterpolationType(attribute) |
{ } |
- |
private: |
PassOwnPtr<InterpolationValue> maybeConvertNeutral() const final; |
PassOwnPtr<InterpolationValue> maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final; |
PassOwnPtr<InterpolationValue> maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final; |
RefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final; |
}; |
- |
} // namespace blink |
-#endif // SVGAngleInterpolationType_h |
+#endif // SVGRectInterpolationType_h |