| Index: Source/core/svg/SVGDocumentExtensions.h
|
| diff --git a/Source/core/svg/SVGDocumentExtensions.h b/Source/core/svg/SVGDocumentExtensions.h
|
| index 1ceb7ab3a494f38a1df08d364f82a5d0e12ebb9a..a32cbcdbfafe0c914be4309037564b7710f2cc05 100644
|
| --- a/Source/core/svg/SVGDocumentExtensions.h
|
| +++ b/Source/core/svg/SVGDocumentExtensions.h
|
| @@ -70,7 +70,8 @@ public:
|
| HashSet<SVGElement*>* setOfElementsReferencingTarget(SVGElement* referencedElement) const;
|
| void addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement);
|
| void removeAllTargetReferencesForElement(SVGElement*);
|
| - void rebuildAllElementReferencesForTarget(SVGElement*);
|
| + void rebuildAllElementReferencesForTarget(SVGElement*, bool onlySMILElements = false);
|
| + void rebuildSMILElementReferencesForTarget(SVGElement*);
|
| void removeAllElementReferencesForTarget(SVGElement*);
|
|
|
| void addSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
|
|
|