| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index 14cbf4f16f8c317d3ebc3d50d01d43cf1c5fc73e..b1ea9083f3afbe561cdf4de576a970944116398e 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -67,6 +67,9 @@ public:
|
| // Returns the SVG image document's frame.
|
| FrameView* frameView() const;
|
|
|
| + // Does the SVG image/document contain any animations?
|
| + bool hasAnimations() const;
|
| +
|
| private:
|
| friend class AXRenderObject;
|
| friend class SVGImageChromeClient;
|
|
|