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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp

Issue 1674353005: Remove references to SVGPathElement from SVGAnimatedPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedPath.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp
index 8c39179a1661ddbe265d33c9e59ff9468ea80d69..0f137417b5b48d96b2e4202012e7905496490a3d 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp
@@ -30,11 +30,9 @@
#include "core/svg/SVGAnimatedPath.h"
-#include "core/svg/SVGPathElement.h"
-
namespace blink {
-SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName)
+SVGAnimatedPath::SVGAnimatedPath(SVGElement* contextElement, const QualifiedName& attributeName)
: SVGAnimatedProperty<SVGPath>(contextElement, attributeName, SVGPath::create())
{
}
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedPath.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698