Bug 225428

Summary: [WebXR] Add IOSurface to FrameData::LayerData
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebXRAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: adachan, benjamin, cdumez, cmarcelo, ews-watchlist, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=225483
Attachments:
Description Flags
Patch thorton: review+

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().

:)