[webkit-changes] [WebKit/WebKit] bfcd80: [WebGPU] RemoteShaderModule::CompilationInfo resul...

mwyrzykowski noreply at github.com
Wed Feb 22 01:11:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bfcd800c0db8421512486ba84867bc833e9be209
      https://github.com/WebKit/WebKit/commit/bfcd800c0db8421512486ba84867bc833e9be209
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteShaderModule.messages.in
    M Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteShaderModuleProxy.cpp
    M Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteShaderModuleProxy.h

  Log Message:
  -----------
  [WebGPU] RemoteShaderModule::CompilationInfo results in an IPC exception
https://bugs.webkit.org/show_bug.cgi?id=252586
<radar://105688260>

Reviewed by Myles C. Maxfield.

This is an async reply, so use sendWithAsyncReply as async reply from a
sync IPC is not supported.

* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteShaderModule.messages.in:
* Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteShaderModuleProxy.cpp:
(WebKit::WebGPU::RemoteShaderModuleProxy::compilationInfo):
* Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteShaderModuleProxy.h:

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




More information about the webkit-changes mailing list