[webkit-changes] [WebKit/WebKit] 338ef7: GPUExternalTextureDescriptor: fix compilation with...
Thomas Devoogdt
noreply at github.com
Tue Sep 26 12:34:46 PDT 2023
Branch: refs/heads/webkitglib/2.42
Home: https://github.com/WebKit/WebKit
Commit: 338ef777f197b70fa77ffb1982b1472aa237fab5
https://github.com/WebKit/WebKit/commit/338ef777f197b70fa77ffb1982b1472aa237fab5
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 compiled 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>
More information about the webkit-changes
mailing list