Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
index 3fc824844162e8b2c778f0f81c03ce12890a9b92..5d72405397bbbfec2fa59de0ec37940204a2ee26 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
@@ -61,6 +61,10 @@ void LayoutSVGResourceContainer::layout() { |
clearInvalidationMask(); |
} |
+SVGElementProxySet* LayoutSVGResourceContainer::elementProxySet() { |
+ return element()->elementProxySet(); |
+} |
+ |
void LayoutSVGResourceContainer::notifyContentChanged() { |
if (SVGElementProxySet* proxySet = elementProxySet()) |
proxySet->notifyContentChanged(element()->treeScope()); |