Currently SVGFilter owns a SVGFilterExpression which is a Vector of SVGFilterExpressionTerm. The SVGFilterExpressionTerm holds a Ref<FilterEffect> which maybe referenced more than once by multiple SVGFilterExpressionTerms. We need make SVGFilter own a Vector of unique FilterEffects. SVGFilterExpressionTerm will hold an index to this Vector. This will allow building an SVGFilterTransaction which is a set of altered unique FilterEffects identified by the index in the vector of unique FilterEffects of SVGFilter.
<rdar://problem/109060794>
Pull request: https://github.com/WebKit/WebKit/pull/13619
Committed 263886@main (56cc7591e5e3): <https://commits.webkit.org/263886@main> Reviewed commits have been landed. Closing PR #13619 and removing active labels.