Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1e5f6fcc4660352d33d0e39a9df337771dec4dc8
https://github.com/WebKit/WebKit/commit/1e5f6fcc4660352d33d0e39a9df337771dec4dc8
Author: Etienne Segonzac <[email protected]>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h
M Source/WebKit/Platform/spi/visionos/RealitySystemSupportSPI.h
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
Log Message:
-----------
[visionOS] Move requiresTwoHandedInteractionProcessorEffect to the correct
platform header
https://bugs.webkit.org/show_bug.cgi?id=309291
<rdar://160881286>
Reviewed by Simon Fraser.
We only need the forward declaration when building with a non-internal
SDK and it should live in the `RealitySystemSupportSPI.h` since it's
declared in `RealitySystemSupport.h`.
* Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h:
* Source/WebKit/Platform/spi/visionos/RealitySystemSupportSPI.h:
Move the forward declaration.
* Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:
Import `RealitySystemSupportSPI.h`.
Canonical link: https://commits.webkit.org/308791@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications