[webkit-changes] [WebKit/WebKit] 19c403: [WebGPU] WebCore::GPUCanvasContextCocoa::drawBuffe...
mwyrzykowski
noreply at github.com
Tue Feb 6 18:36:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 19c40366c02fd010da9fbf184ac62fdd3aecfcfc
https://github.com/WebKit/WebKit/commit/19c40366c02fd010da9fbf184ac62fdd3aecfcfc
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M Source/WebCore/html/canvas/GPUCanvasContextCocoa.mm
Log Message:
-----------
[WebGPU] WebCore::GPUCanvasContextCocoa::drawBufferToCanvas crash if WebGPU is not configured
https://bugs.webkit.org/show_bug.cgi?id=268835
<radar://122399779>
Reviewed by Dan Glastonbury.
drawBufferToCanvas should be a no-op if the context is not
configured.
* Source/WebCore/html/canvas/GPUCanvasContextCocoa.mm:
(WebCore::GPUCanvasContextCocoa::drawBufferToCanvas):
Canonical link: https://commits.webkit.org/274186@main
More information about the webkit-changes
mailing list