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 b98b5f4021d2f11f1a2e0b14ac32417fd0c54015..04ce2a3a7efe5c90ac6ccf14c65cff00059b7af0 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -80,6 +80,9 @@ public: |
bool instanceUpdatesBlocked() const; |
void setInstanceUpdatesBlocked(bool); |
+ // Records the SVG element as having a Web Animation on an SVG attribute that needs applying. |
+ void setWebAnimationsPending(); |
+ |
SVGSVGElement* ownerSVGElement() const; |
SVGElement* viewportElement() const; |