[webkit-reviews] review granted: [Bug 236704] RemoteVideoFrameProxy should use RemoteVideoFrameObjectHeapProxy to get the pixel buffer representation : [Attachment 452191] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 07:23:48 PST 2022


Antti Koivisto <koivisto at iki.fi> has granted Kimmo Kinnunen
<kkinnunen at apple.com>'s request for review:
Bug 236704: RemoteVideoFrameProxy should use RemoteVideoFrameObjectHeapProxy to
get the pixel buffer representation
https://bugs.webkit.org/show_bug.cgi?id=236704

Attachment 452191: Patch

https://bugs.webkit.org/attachment.cgi?id=452191&action=review




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 452191
  --> https://bugs.webkit.org/attachment.cgi?id=452191
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=452191&action=review

> Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxy.cpp:181
> +    return
RemoteVideoFrameProxy::create(m_gpuProcessConnection->connection(),
m_gpuProcessConnection->videoFrameObjectHeapProxy(),  WTFMove(*result));

double space before WTFMove


More information about the webkit-reviews mailing list