| Summary: | [GPU Process] [Filters] Move FEImage to the 'platform' directory | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> | ||||||
| Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | annulen, bfulgham, changseok, darin, dino, esprehn+autocc, ews-watchlist, fmalita, glenn, gyuyoung.kim, kondapallykalyan, pdr, ryuan.choi, schenney, sergio, simon.fraser, webkit-bug-importer, zalan | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 231253 | ||||||||
| Attachments: |
|
||||||||
|
Description
Said Abou-Hallawa
2021-12-09 15:45:37 PST
Created attachment 449745 [details]
Patch
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? Created attachment 449783 [details]
Patch
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. 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]. |