[webkit-changes] [WebKit/WebKit] 01fd63: [WebXR] Fix WKARPresentationSession compilation
Dan Glastonbury
noreply at github.com
Sun Nov 19 16:53:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01fd632e382f7de076c70b6a6217823ac3b63a8d
https://github.com/WebKit/WebKit/commit/01fd632e382f7de076c70b6a6217823ac3b63a8d
Author: Dan Glastonbury <djg at apple.com>
Date: 2023-11-19 (Sun, 19 Nov 2023)
Changed paths:
M Source/WebKit/UIProcess/XR/ios/WKARPresentationSession.h
M Source/WebKit/UIProcess/XR/ios/WKARPresentationSession.mm
Log Message:
-----------
[WebXR] Fix WKARPresentationSession compilation
https://bugs.webkit.org/show_bug.cgi?id=265116
rdar://118631258
Unreviewed build fix.
Due to unity build file globbing changes, WKARPresentationSession.mm not long
compiles. Added required header imports to restore sucessful compilation.
Bonus: minor style changes to address review comments.
* Source/WebKit/UIProcess/XR/ios/WKARPresentationSession.h:
* Source/WebKit/UIProcess/XR/ios/WKARPresentationSession.mm:
(-[_WKARPresentationSession currentFrame]):
(-[_WKARPresentationSession session]):
(-[_WKARPresentationSession completionEvent]):
(-[_WKARPresentationSession colorTexture]):
Canonical link: https://commits.webkit.org/270958@main
More information about the webkit-changes
mailing list