This will allow SVGFilter and referenced SVGFilter to be applied in GPUProcess.
Created attachment 446409 [details] Patch
Comment on attachment 446409 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446409&action=review > Source/WebKit/Platform/IPC/FilterReference.h:334 > + auto expressionReference = WTF::map(filter.expression(), [&indecies] (auto&& term) -> ExpressionReferenceTerm { Nit - sp. indecies => indicies > Source/WebKit/Platform/IPC/FilterReference.h:383 > + WebCore::SVGFilterExpression expression; Nit - maybe reserveInitialCapacity here?
Created attachment 446410 [details] Patch
Created attachment 446422 [details] Patch
Committed r286753 (244996@main): <https://commits.webkit.org/244996@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446422 [details].
<rdar://problem/86240715>