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 dd3b027d3e93d0dd74b71ba78045eed930e09749..1a61c8da3d1dd64e3c22a072c958d62f1594d612 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -80,6 +80,8 @@ public: |
bool instanceUpdatesBlocked() const; |
void setInstanceUpdatesBlocked(bool); |
+ void setWebAnimationsPending(); |
pdr.
2015/10/21 00:47:37
Can you comment this too?
alancutter (OOO until 2018)
2015/10/21 04:20:42
Done.
|
+ |
SVGSVGElement* ownerSVGElement() const; |
SVGElement* viewportElement() const; |