Bug 312834
| Summary: | Move PlatformXR::LayerInfo out of ENABLE(WEBXR_LAYERS) guard to fix build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Layout and Rendering | Assignee: | Vitor Roriz <vitor.roriz> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175204548>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/63176
EWS
Committed 311634@main (6d6a6ee74104): <https://commits.webkit.org/311634@main>
Reviewed commits have been landed. Closing PR #63176 and removing active labels.