RESOLVED FIXED Bug 234109
[GPU Process] [Filters] Move FEImage to the 'platform' directory
https://bugs.webkit.org/show_bug.cgi?id=234109
Summary [GPU Process] [Filters] Move FEImage to the 'platform' directory
Said Abou-Hallawa
Reported 2021-12-09 15:45:37 PST
But we need to replace SVGPreserveAspectRatioValue by non-SVG specific object first.
Attachments
Patch (37.37 KB, patch)
2022-01-22 23:40 PST, Said Abou-Hallawa
darin: review+
ews-feeder: commit-queue-
Patch (70.64 KB, patch)
2022-01-23 23:05 PST, Said Abou-Hallawa
no flags
Radar WebKit Bug Importer
Comment 1 2021-12-16 18:41:51 PST
Said Abou-Hallawa
Comment 2 2022-01-22 23:40:29 PST
Darin Adler
Comment 3 2022-01-23 10:59:48 PST
Comment on attachment 449745 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449745&action=review > Source/WebCore/platform/graphics/filters/software/FEImageSoftwareApplier.h:34 > +class FEImageSoftwareApplier : public FilterEffectConcreteApplier<FEImage> { final? > Source/WebCore/platform/graphics/filters/software/FEImageSoftwareApplier.h:41 > + bool apply(const Filter&, const FilterImageVector& inputs, FilterImage& result) const override; private? final?
Said Abou-Hallawa
Comment 4 2022-01-23 23:05:06 PST
Said Abou-Hallawa
Comment 5 2022-01-23 23:06:51 PST
Comment on attachment 449745 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449745&action=review >> Source/WebCore/platform/graphics/filters/software/FEImageSoftwareApplier.h:34 >> +class FEImageSoftwareApplier : public FilterEffectConcreteApplier<FEImage> { > > final? Yes it can be. Fixed for all the filter applier concrete classes. >> Source/WebCore/platform/graphics/filters/software/FEImageSoftwareApplier.h:41 >> + bool apply(const Filter&, const FilterImageVector& inputs, FilterImage& result) const override; > > private? final? Yes it can be. Fixed for all the filter applier concrete classes.
EWS
Comment 6 2022-01-24 00:59:55 PST
Committed r288432 (246321@main): <https://commits.webkit.org/246321@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449783 [details].
Note You need to log in before you can comment on or make changes to this bug.