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

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

Issue 1474263002: Clear SVG Web Animation effects when animations exit their fill phase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgPathInterpolationType
Patch Set: Check rare data 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/svg/SVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
index 3a9f8f9a316440619533901aceff54c6769146b5..063f04d7c40c09815fd24297c121790dd86f4229 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -46,6 +46,7 @@ class SVGElement;
class SVGElementRareData;
class SVGFitToViewBox;
class SVGLength;
+class SVGPropertyBase;
class SVGSVGElement;
class SVGUseElement;
@@ -83,6 +84,9 @@ public:
// Records the SVG element as having a Web Animation on an SVG attribute that needs applying.
void setWebAnimationsPending();
+ void setWebAnimatedAttribute(const QualifiedName& attribute, PassRefPtrWillBeRawPtr<SVGPropertyBase>);
+ void clearWebAnimatedAttributes();
+
SVGSVGElement* ownerSVGElement() const;
SVGElement* viewportElement() const;
« no previous file with comments | « third_party/WebKit/Source/core/animation/SVGInterpolationType.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698