WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
Patch
(70.64 KB, patch)
2022-01-23 23:05 PST
,
Said Abou-Hallawa
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-12-16 18:41:51 PST
<
rdar://problem/86608573
>
Said Abou-Hallawa
Comment 2
2022-01-22 23:40:29 PST
Created
attachment 449745
[details]
Patch
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
Created
attachment 449783
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug