| Index: Source/core/svg/SVGGraphicsElement.h
|
| diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
|
| index 810882fe7f0e9ea38470a2c655f58f613701f539..03c84bc39f057783e524bcff1c4adf4c31f9c352 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.h
|
| +++ b/Source/core/svg/SVGGraphicsElement.h
|
| @@ -78,6 +78,8 @@ protected:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| + static void boundsChanged(RenderObject*);
|
| +
|
| RefPtr<SVGAnimatedTransformList> m_transform;
|
|
|
| private:
|
|
|