Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 136f2ea369752e9018e6f6979bb04c57b3affe2f
https://github.com/WebKit/WebKit/commit/136f2ea369752e9018e6f6979bb04c57b3affe2f
Author: Fujii Hironori <[email protected]>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M Source/WebKit/UIProcess/XR/openxr/OpenXRExtensions.cpp
M Source/WebKit/UIProcess/XR/openxr/OpenXRExtensions.h
M Source/WebKit/UIProcess/XR/openxr/OpenXRHitTestManager.cpp
Log Message:
-----------
[OpenXR][WebXR Hit Test] xrCreateTrackableTrackerANDROID should be guarded by
XR_ANDROID_trackables
https://bugs.webkit.org/show_bug.cgi?id=303611
Reviewed by Dan Glastonbury.
xrCreateTrackableTrackerANDROID should be guarded by XR_ANDROID_trackables, not
by XR_ANDROID_raycast.
<https://registry.khronos.org/OpenXR/specs/1.1/man/html/xrCreateTrackableTrackerANDROID.html>
* Source/WebKit/UIProcess/XR/openxr/OpenXRExtensions.cpp:
(WebKit::OpenXRExtensions::loadMethods):
* Source/WebKit/UIProcess/XR/openxr/OpenXRExtensions.h:
* Source/WebKit/UIProcess/XR/openxr/OpenXRHitTestManager.cpp:
(WebKit::OpenXRHitTestManager::OpenXRHitTestManager):
Canonical link: https://commits.webkit.org/304126@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications