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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
index 91e7a01e83cec0f41c4b5f4af8c1f66e6f071e78..793bdc12ff434d103693fd94f2b0e1965412032e 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
@@ -31,14 +31,14 @@
#ifndef SVGAnimatedPath_h
#define SVGAnimatedPath_h
-#include "core/svg/SVGPathSegListTearOff.h"
+#include "core/svg/SVGPath.h"
#include "core/svg/properties/SVGAnimatedProperty.h"
namespace blink {
class SVGPathElement;
-class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
+class SVGAnimatedPath : public SVGAnimatedProperty<SVGPath> {
public:
~SVGAnimatedPath() override;
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698