[Webkit-unassigned] [Bug 232880] New: WebXR uses IOKit in WebContent process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 06:26:49 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=232880

            Bug ID: 232880
           Summary: WebXR uses IOKit in WebContent process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebXR
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211109/65138bc3/attachment-0001.htm>


More information about the webkit-unassigned mailing list