Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 947b87bc2d9ae711addc552de21be1f7d5be1dfe
https://github.com/WebKit/WebKit/commit/947b87bc2d9ae711addc552de21be1f7d5be1dfe
Author: Ruthvik Konda <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M
Source/WebCore/Modules/WebGPU/Implementation/WebGPUPresentationContextImpl.cpp
Log Message:
-----------
[WebGPU] Remove unused WebGPUTextureDescriptor.h include in
WebGPUPresentationContextImpl
https://bugs.webkit.org/show_bug.cgi?id=318976
rdar://181832325
Reviewed by Dan Glastonbury.
WebGPUPresentationContextImpl.cpp includes WebGPUTextureDescriptor.h but never
references TextureDescriptor. The types it does use, TextureFormat and
TextureDimension, are provided by other includes already present in the
translation unit (WebGPUPresentationContextImpl.h and
WebGPUCanvasConfiguration.h
for TextureFormat; WebGPUTextureImpl.h for TextureDimension). Remove the unused
include. No change in behavior.
*
Source/WebCore/Modules/WebGPU/Implementation/WebGPUPresentationContextImpl.cpp:
Canonical link: https://commits.webkit.org/316917@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications