Bug 225428 - [WebXR] Add IOSurface to FrameData::LayerData
Summary: [WebXR] Add IOSurface to FrameData::LayerData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebXR (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-05 18:27 PDT by Dean Jackson
Modified: 2021-05-06 14:22 PDT (History)
7 users (show)

See Also:


Attachments
Patch (7.58 KB, patch)
2021-05-05 18:34 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2021-05-05 18:27:50 PDT
[WebXR] Add IOSurface to FrameData::LayerData
Comment 1 Radar WebKit Bug Importer 2021-05-05 18:28:17 PDT
<rdar://problem/77586270>
Comment 2 Dean Jackson 2021-05-05 18:34:44 PDT
Created attachment 427835 [details]
Patch
Comment 3 Dean Jackson 2021-05-06 10:06:20 PDT
Committed r277099 (237401@main): <https://commits.webkit.org/237401@main>
Comment 4 Ada Chan 2021-05-06 10:13:51 PDT
We need to stop using frameData after the WTFMove() call in WebXRSession::onFrame().
Comment 5 Chris Dumez 2021-05-06 10:14:50 PDT
(In reply to Ada Chan from comment #4)
> We need to stop using frameData after the WTFMove() call in
> WebXRSession::onFrame().

:)