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

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

Issue 2272033002: Refactor SMIL animation value updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@smil-css-prop-update
Patch Set: Created 4 years, 4 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/svg/SVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
index 045097886369f93ae41ca74573b60805605c3423..5df01148f2673bd9d14c84f6d4421c0851ddc769 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -89,6 +89,9 @@ public:
void setWebAnimatedAttribute(const QualifiedName& attribute, SVGPropertyBase*);
void clearWebAnimatedAttributes();
+ void setAnimatedAttribute(const QualifiedName&, SVGPropertyBase*);
+ void clearAnimatedAttribute(const QualifiedName&);
+
SVGSVGElement* ownerSVGElement() const;
SVGElement* viewportElement() const;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimationElement.h ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698