[webkit-changes] [WebKit/WebKit] ac6308: GPUExternalTextureDescriptor: fix compilation with...
Thomas Devoogdt
noreply at github.com
Tue Sep 26 10:28:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ac630888d1faae104b5e8bed6c30078e9036abb1
https://github.com/WebKit/WebKit/commit/ac630888d1faae104b5e8bed6c30078e9036abb1
Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M Source/WebCore/Modules/WebGPU/GPUExternalTextureDescriptor.h
Log Message:
-----------
GPUExternalTextureDescriptor: fix compilation without video support
https://bugs.webkit.org/show_bug.cgi?id=262039
Reviewed by Michael Catanzaro.
GPUVideoSource is only copmiled if ENABLE(VIDEO),
so we can't have a member variable for it.
The static mediaIdentifierForSource function calls playerIdentifier which is also not present
Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>
Canonical link: https://commits.webkit.org/268461@main
More information about the webkit-changes
mailing list