[webkit-changes] [WebKit/WebKit] 512102: [WebGPU] Fix redundant move in return statement in...
Pablo Saavedra Rodiño
noreply at github.com
Thu Dec 14 09:29:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 512102a14ecc30ddde7126b52bd5156ed2e1849b
https://github.com/WebKit/WebKit/commit/512102a14ecc30ddde7126b52bd5156ed2e1849b
Author: Pablo Saavedra <psaavedra at igalia.com>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteCommandEncoderProxy.cpp
Log Message:
-----------
[WebGPU] Fix redundant move in return statement in expansion of macro WTFMove
https://bugs.webkit.org/show_bug.cgi?id=266398
Reviewed by Mike Wyrzykowski.
This change fix a trivial build error in WPEWebKit and WebKitGTK when
ENABLE_GPU_PROCESS=ON.
* Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteCommandEncoderProxy.cpp:
(WebKit::WebGPU::RemoteCommandEncoderProxy::beginRenderPass):
(WebKit::WebGPU::RemoteCommandEncoderProxy::beginComputePass):
Canonical link: https://commits.webkit.org/272045@main
More information about the webkit-changes
mailing list