[webkit-changes] [WebKit/WebKit] 16a66f: [WebGPU] GPUTexture::destroy() and RemoteDevicePro...

Myles C. Maxfield noreply at github.com
Sun Jan 29 14:36:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 16a66f7561b54ca47761eabaea1b6ddbfa5e03ae
      https://github.com/WebKit/WebKit/commit/16a66f7561b54ca47761eabaea1b6ddbfa5e03ae
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-01-29 (Sun, 29 Jan 2023)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/GPUTexture.cpp
    M Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.cpp

  Log Message:
  -----------
  [WebGPU] GPUTexture::destroy() and RemoteDeviceProxy::destroy() do nothing
https://bugs.webkit.org/show_bug.cgi?id=251326
rdar://104786514

Reviewed by Tadeu Zagallo.

We must have just forgotten to hook them up. All the other destroy() methods are already hooked up.

* Source/WebCore/Modules/WebGPU/GPUTexture.cpp:
(WebCore::GPUTexture::destroy):
* Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.cpp:
(WebKit::WebGPU::RemoteDeviceProxy::destroy):

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




More information about the webkit-changes mailing list