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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More expectation updates. Created 5 years, 2 months 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/PathSVGInterpolation.h
diff --git a/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h b/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
index 6a2a71d2e51c61742eb3c96ef5f0d19b25f9561b..7191aad1a1836400682778088868497a1ca609c8 100644
--- a/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
+++ b/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
@@ -6,7 +6,7 @@
#define PathSVGInterpolation_h
#include "core/animation/SVGInterpolation.h"
-#include "core/svg/SVGPathSegList.h"
+#include "core/svg/SVGPathData.h"
namespace blink {
@@ -24,7 +24,7 @@ private:
m_pathSegTypes.swap(pathSegTypes);
}
- static PassRefPtrWillBeRawPtr<SVGPropertyBase> fromInterpolableValue(const InterpolableValue&, const Vector<SVGPathSegType>&, SVGPathElement*);
+ static PassRefPtrWillBeRawPtr<SVGPropertyBase> fromInterpolableValue(const InterpolableValue&, const Vector<SVGPathSegType>&);
Vector<SVGPathSegType> m_pathSegTypes;
};

Powered by Google App Engine
This is Rietveld 408576698