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 74% |
copy from third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h |
copy to third_party/WebKit/Source/core/animation/SVGRectInterpolationType.h |
index 872c8493fdb73f327ca8e11a4d01499df9801609..e46f94b180b9b37f4aaa7e5dd5f0f9eae94b557f 100644 |
--- a/third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/SVGRectInterpolationType.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 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) |
{ } |
@@ -23,4 +23,4 @@ private: |
} // namespace blink |
-#endif // SVGAngleInterpolationType_h |
+#endif // SVGRectInterpolationType_h |