[webkit-changes] [WebKit/WebKit] 3a09ab: [XR] Fix a typo in a PlatformXR variable name
Claudio Saavedra
noreply at github.com
Tue Dec 3 06:45:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3a09ab3a98f423c6bf0b8a6443885d9780a9e1ed
https://github.com/WebKit/WebKit/commit/3a09ab3a98f423c6bf0b8a6443885d9780a9e1ed
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M Source/WebCore/Modules/webxr/WebXRInputSource.cpp
M Source/WebCore/Modules/webxr/WebXRInputSource.h
M Source/WebCore/platform/xr/PlatformXR.h
M Source/WebCore/platform/xr/openxr/OpenXRInput.cpp
M Source/WebCore/platform/xr/openxr/OpenXRInputSource.cpp
M Source/WebCore/platform/xr/openxr/OpenXRInputSource.h
M Source/WebCore/platform/xr/openxr/OpenXRUtils.h
M Source/WebCore/testing/WebFakeXRInputController.cpp
M Source/WebCore/testing/WebFakeXRInputController.h
M Source/WebKit/Shared/XR/PlatformXR.serialization.in
M Source/WebKit/UIProcess/XR/ios/WKARPresentationSession.mm
Log Message:
-----------
[XR] Fix a typo in a PlatformXR variable name
https://bugs.webkit.org/show_bug.cgi?id=283963
Reviewed by Adrian Perez de Castro.
s/handeness/handedness
* Source/WebCore/Modules/webxr/WebXRInputSource.cpp:
(WebCore::WebXRInputSource::requiresInputSourceChange):
* Source/WebCore/Modules/webxr/WebXRInputSource.h:
(WebCore::WebXRInputSource::handedness const):
* Source/WebCore/platform/xr/PlatformXR.h:
* Source/WebCore/platform/xr/openxr/OpenXRInput.cpp:
(PlatformXR::OpenXRInput::initialize):
* Source/WebCore/platform/xr/openxr/OpenXRInputSource.cpp:
(PlatformXR::OpenXRInputSource::create):
(PlatformXR::OpenXRInputSource::OpenXRInputSource):
(PlatformXR::OpenXRInputSource::initialize):
(PlatformXR::OpenXRInputSource::suggestBindings const):
(PlatformXR::OpenXRInputSource::getInputSource const):
* Source/WebCore/platform/xr/openxr/OpenXRInputSource.h:
* Source/WebCore/platform/xr/openxr/OpenXRUtils.h:
(PlatformXR::handednessToString):
(PlatformXR::handenessToString): Deleted.
* Source/WebCore/testing/WebFakeXRInputController.cpp:
(WebCore::WebFakeXRInputController::WebFakeXRInputController):
(WebCore::WebFakeXRInputController::getFrameData):
* Source/WebCore/testing/WebFakeXRInputController.h:
* Source/WebKit/Shared/XR/PlatformXR.serialization.in:
* Source/WebKit/UIProcess/XR/ios/WKARPresentationSession.mm:
(-[_WKTransientGestureRecognizer _platformXRInputSourceFromTransientAction:actionIdentifier:]):
Canonical link: https://commits.webkit.org/287276@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list