[webkit-reviews] review granted: [Bug 230860] [GPU Process] Use IPC streaming for concurrent display list processing : [Attachment 440949] Rebase again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 12:28:51 PDT 2021


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 230860: [GPU Process] Use IPC streaming for concurrent display list
processing
https://bugs.webkit.org/show_bug.cgi?id=230860

Attachment 440949: Rebase again

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




--- Comment #22 from Tim Horton <thorton at apple.com> ---
Comment on attachment 440949
  --> https://bugs.webkit.org/attachment.cgi?id=440949
Rebase again

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

> Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp:78
> +	   m_streamConnection =
makeUnique<IPC::StreamClientConnection>(gpuProcessConnection.connection(), 1 <<
21);

What in the world is this 1 << 21


More information about the webkit-reviews mailing list