RESOLVED FIXED312834
Move PlatformXR::LayerInfo out of ENABLE(WEBXR_LAYERS) guard to fix build
https://bugs.webkit.org/show_bug.cgi?id=312834
Summary Move PlatformXR::LayerInfo out of ENABLE(WEBXR_LAYERS) guard to fix build
Vitor Roriz
Reported 2026-04-20 16:49:26 PDT
LayerInfo is used by Device::createLayerProjection which is unconditional, but https://commits.webkit.org/311589@main placed the struct inside #if ENABLE(WEBXR_LAYERS).
Attachments
Radar WebKit Bug Importer
Comment 1 2026-04-20 16:49:33 PDT
Vitor Roriz
Comment 2 2026-04-20 16:51:39 PDT
EWS
Comment 3 2026-04-20 18:01:35 PDT
Committed 311634@main (6d6a6ee74104): <https://commits.webkit.org/311634@main> Reviewed commits have been landed. Closing PR #63176 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.