| Summary: | WebXR uses IOKit in WebContent process | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebXR | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
WebXR uses IOKit in WebContent process #if USE(IOSURFACE_FOR_XR_LAYER_DATA) MachSendRight surfaceSendRight; if (!decoder.decode(surfaceSendRight)) return std::nullopt; layerData.surface = WebCore::IOSurface::createFromSendRight(WTFMove(surfaceSendRight), WebCore::DestinationColorSpace::SRGB()); if (!decoder.decode(layerData.isShared)) return std::nullopt; #else