Chromium Code Reviews| 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*); |
|
pdr.
2014/10/22 17:42:12
I don't understand the advantage of this over just
fs
2014/10/23 09:15:29
Nothing really, I was toying around/probing the sp
|
| + |
| RefPtr<SVGAnimatedTransformList> m_transform; |
| private: |