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

Unified Diff: third_party/WebKit/Source/core/animation/SVGRectInterpolationType.h

Issue 1415513010: Web Animations: Add SVGRectInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgIOIInterpolationType
Patch Set: neutralKeyframe Created 5 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698