[webkit-reviews] review granted: [Bug 234099] [GPU Process] [Filters] Add the encoding and decoding for FEImage : [Attachment 446622] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 9 16:28:58 PST 2021
Wenson Hsieh <wenson_hsieh at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 234099: [GPU Process] [Filters] Add the encoding and decoding for FEImage
https://bugs.webkit.org/show_bug.cgi?id=234099
Attachment 446622: Patch
https://bugs.webkit.org/attachment.cgi?id=446622&action=review
--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 446622
--> https://bugs.webkit.org/attachment.cgi?id=446622
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=446622&action=review
r=mews
> Source/WebKit/GPUProcess/graphics/RemoteDisplayListRecorder.cpp:248
> + Ref<Image> image = BitmapImage::create(RefPtr<NativeImage> {
nativeImage });
Nit - I don't think this local variable adds much here.
More information about the webkit-reviews
mailing list