RESOLVED FIXED 234108
[GPU Process] [Filters] Make FilterEffectVector a Vector of Ref<FilterEffect>
https://bugs.webkit.org/show_bug.cgi?id=234108
Summary [GPU Process] [Filters] Make FilterEffectVector a Vector of Ref<FilterEffect>
Said Abou-Hallawa
Reported 2021-12-09 15:39:43 PST
There is no case that would require inserting a nullptr in FilterEffectVector.
Attachments
Patch (21.24 KB, patch)
2021-12-09 23:02 PST, Said Abou-Hallawa
heycam: review+
Patch (24.72 KB, patch)
2021-12-10 00:56 PST, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2021-12-09 23:02:37 PST
Cameron McCormack (:heycam)
Comment 2 2021-12-09 23:50:02 PST
Comment on attachment 446667 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446667&action=review > Source/WebCore/platform/graphics/filters/FilterEffect.cpp:150 > FilterEffect* FilterEffect::inputEffect(unsigned number) const Should this be changed to return a reference too?
Said Abou-Hallawa
Comment 3 2021-12-10 00:56:11 PST
EWS
Comment 4 2021-12-10 11:27:54 PST
Committed r286864 (245095@main): <https://commits.webkit.org/245095@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446677 [details].
Radar WebKit Bug Importer
Comment 5 2021-12-10 11:28:31 PST
Note You need to log in before you can comment on or make changes to this bug.