Index: third_party/WebKit/Source/core/svg/SVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h |
index 0dd6c833a6adb807cfa08cc5bde695d6d8d226d7..024ad0ad7c4536f0c6bb19ac62c3d4db42854562 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -42,6 +42,7 @@ class SVGAnimatedString; |
class SVGCursorElement; |
class SVGDocumentExtensions; |
class SVGElement; |
+class SVGElementProxySet; |
class SVGElementRareData; |
class SVGFitToViewBox; |
class SVGPropertyBase; |
@@ -167,6 +168,8 @@ class CORE_EXPORT SVGElement : public Element { |
bool inUseShadowTree() const; |
+ SVGElementProxySet* elementProxySet(); |
+ |
SVGElementSet* setOfIncomingReferences() const; |
void addReferenceTo(SVGElement*); |
void rebuildAllIncomingReferences(); |