| 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..fbcc64003d24629632e8d8400c27bced307ec1f1 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;
|
|
|
|
|