Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0a7a34f5ad086f9da31b38a4a6c2ffb926256426
https://github.com/WebKit/WebKit/commit/0a7a34f5ad086f9da31b38a4a6c2ffb926256426
Author: Alex Christensen <[email protected]>
Date: 2026-09-09 (Wed, 09 Sep 2026)
Changed paths:
M Source/WebCore/Modules/WebGPU/Implementation/WebGPUQueueImpl.cpp
Log Message:
-----------
Fix CMake build after 320765@main
https://bugs.webkit.org/show_bug.cgi?id=323825
rdar://187061934
Reviewed by Zak Ridouh and Mike Wyrzykowski.
320765@main introduced a duplicate implementation of convertToColorSpace
in namespace WebCore::WebGPU. This is fine, unless the two files are in
the same compilation unit. To fix that issue, I take the new one and
turn it into a function scoped lambda.
* Source/WebCore/Modules/WebGPU/Implementation/WebGPUQueueImpl.cpp:
(WebCore::WebGPU::QueueImpl::copyExternalImageToTexture):
(WebCore::WebGPU::convertToColorSpace): Deleted.
Canonical link: https://commits.webkit.org/320783@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications