| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index d9058b4c4dae184dab8f134b032026f9b21669e0..b9959bac9f0111281065665db4893dc5d24cd798 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -103,6 +103,7 @@ public:
|
| virtual AffineTransform* supplementalTransform() { return 0; }
|
|
|
| void invalidateSVGAttributes() { ensureUniqueElementData().m_animatedSVGAttributesAreDirty = true; }
|
| + void invalidateSVGPresentationAttributeStyle() { ensureUniqueElementData().m_presentationAttributeStyleIsDirty = true; }
|
|
|
| const HashSet<SVGElementInstance*>& instancesForElement() const;
|
|
|
|
|