Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index 59ad5d1d0f96115b7983ac81d247cc4fafbdcca5..a740793aafcddfb7ebd0b7ef1a3cc2723bfa292d 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -51,6 +51,7 @@ public: |
SVGElement* farthestViewportElement() const; |
virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const override { return calculateAnimatedLocalTransform(); } |
+ bool hasAnimatedLocalTransform() const; |
AffineTransform calculateAnimatedLocalTransform() const; |
virtual AffineTransform* animateMotionTransform() override; |