[webkit-changes] [WebKit/WebKit] 1da4d6: [tvOS 16] Support building WebKit
Elliott Williams
noreply at github.com
Tue Sep 13 15:12:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1da4d67f46d2eb896fc9182411454756599817b2
https://github.com/WebKit/WebKit/commit/1da4d67f46d2eb896fc9182411454756599817b2
Author: Elliott Williams <emw at apple.com>
Date: 2022-09-13 (Tue, 13 Sep 2022)
Changed paths:
M Source/WebCore/PAL/pal/spi/cocoa/MetalSPI.h
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp
Log Message:
-----------
[tvOS 16] Support building WebKit
https://bugs.webkit.org/show_bug.cgi?id=245095
Reviewed by Jonathan Bedard, Kimmo Kinnunen and Alex Christensen.
* Source/WebCore/PAL/pal/spi/cocoa/MetalSPI.h: The use site for
MTLSharedTextureHandle is behind a !PLATFORM(IOS_FAMILY_SIMULATOR)
block, but this SPI declaration was not.
* Source/WebKit/Scripts/webkit/messages.py: Move
RemoteMediaSourceIdentifier, RemoteSourceBufferIdentifier,
XRDeviceIdentifier to types_that_cannot_be_forward_declared. These
symbols are not always available (in this case when building tvOS), so
they cannot be generated as part of IPC::serializedIdentifiers.
* Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp:
(IPC::serializedIdentifiers): Regenerated.
Canonical link: https://commits.webkit.org/254459@main
More information about the webkit-changes
mailing list