RESOLVED FIXED 241577
[GPU Process] [Filters] Remove SVGFilterBuilder
https://bugs.webkit.org/show_bug.cgi?id=241577
Summary [GPU Process] [Filters] Remove SVGFilterBuilder
Said Abou-Hallawa
Reported 2022-06-13 16:36:19 PDT
After r295498, all the methods of SVGFilterBuilder became static. So let's remove it and move its methods to SVGFilter. This change will make SVGFilter and CSSFilter be very similar regarding the layout and the creation. CSSFilter::create() and SVGFilter::create() are responsible of creating the filters. And CSSFilter::calculateOutsets() and SVGFilter::calculateOutsets() can help knowing how much outsets they need to draw correctly.
Attachments
Said Abou-Hallawa
Comment 1 2022-06-13 16:59:03 PDT
Radar WebKit Bug Importer
Comment 2 2022-06-13 19:03:53 PDT
EWS
Comment 3 2022-06-13 23:33:48 PDT
Committed r295517 (251522@main): <https://commits.webkit.org/251522@main> Reviewed commits have been landed. Closing PR #1487 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.