Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
index 6f9babbf90fd64e9c1e7795c1e52bc936965048c..1f6294480c8733bd24561d61c54576666316b273 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp |
@@ -60,10 +60,6 @@ bool LayoutSVGResourceFilter::isChildAllowed(LayoutObject* child, |
return child->isSVGResourceFilterPrimitive(); |
} |
-SVGElementProxySet* LayoutSVGResourceFilter::elementProxySet() { |
- return &toSVGFilterElement(*element()).elementProxySet(); |
-} |
- |
void LayoutSVGResourceFilter::removeAllClientsFromCache( |
bool markForInvalidation) { |
// LayoutSVGResourceFilter::removeClientFromCache will be called for |