Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a035407c8f5e9bbc89dc39c9f964170c0b140ea8
      
https://github.com/WebKit/WebKit/commit/a035407c8f5e9bbc89dc39c9f964170c0b140ea8
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteQueue.messages.in

  Log Message:
  -----------
  GPUQueue.onSubmittedWorkDone does not work in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=249483
<radar://103450648>

Reviewed by Kimmo Kinnunen.

onSubmittedWorkDone stores the callback in a completion handler.

This is not supported by stream IPC. Avoid this by making onSubmittedWorkDone
non stream encodable.

* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteQueue.messages.in:

Canonical link: https://commits.webkit.org/258184@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to