[webkit-changes] [WebKit/WebKit] 43462a: Remove unused TextureMapperPlatformLayerDmabuf
Žan Doberšek
noreply at github.com
Thu May 4 02:02:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 43462ae5ceb50233a642bf1ebca271d325a5de72
https://github.com/WebKit/WebKit/commit/43462ae5ceb50233a642bf1ebca271d325a5de72
Author: Žan Doberšek <zdobersek at igalia.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M Source/WebCore/platform/TextureMapper.cmake
R Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerDmabuf.cpp
R Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerDmabuf.h
Log Message:
-----------
Remove unused TextureMapperPlatformLayerDmabuf
https://bugs.webkit.org/show_bug.cgi?id=256248
Reviewed by Adrian Perez de Castro.
The TextureMapperPlatformLayerDmabuf class isn't used and can be removed, its
functionality mostly replaced by TextureMapperPlatformLayerProxyDMABuf.
* Source/WebCore/platform/TextureMapper.cmake:
* Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerDmabuf.cpp: Removed.
* Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerDmabuf.h: Removed.
Canonical link: https://commits.webkit.org/263672@main
More information about the webkit-changes
mailing list