Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.cpp

Issue 2484153003: Use an SVGElementProxy in ReferenceClipPathOperation (Closed)
Patch Set: Rebase; fix comments; findElement Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceFilter.h ('k') | third_party/WebKit/Source/core/paint/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698