Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/SVGElementProxy.h

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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/svg/SVGElementProxy.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElementProxy.h b/third_party/WebKit/Source/core/svg/SVGElementProxy.h
index 7fcea97a416013ca77bfd5eda97730e27dba84d9..12847f2cf3aaca06f7fa4c2fd2601067c80df821 100644
--- a/third_party/WebKit/Source/core/svg/SVGElementProxy.h
+++ b/third_party/WebKit/Source/core/svg/SVGElementProxy.h
@@ -115,7 +115,7 @@ class SVGElementProxy : public GarbageCollectedFinalized<SVGElementProxy> {
};
// Collection of SVGElementProxys. This is hosted by elements that can be
-// subject to proxies (currently only SVGFilterElement), and is mainly a helper
+// subject to proxies (see SVGElement::elementProxySet), and is mainly a helper
// for dealing with the many-to-one structure of SVGElementProxy.
class SVGElementProxySet : public GarbageCollected<SVGElementProxySet> {
public:
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElementProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine