Bug 295881
Summary: | [WebXR][OpenXR] Fill in FrameData information | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> |
Component: | New Bugs | Assignee: | Sergio Villar Senin <svillar> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | philn, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 208988 |
Sergio Villar Senin
The UIProcess platform code must fill in the FrameData structure that is used to exchange information from the system XR device with the WebXR API.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
Pull request: https://github.com/WebKit/WebKit/pull/47971
Radar WebKit Bug Importer
<rdar://problem/156299591>
EWS
Committed 297780@main (a57ebb1d227d): <https://commits.webkit.org/297780@main>
Reviewed commits have been landed. Closing PR #47971 and removing active labels.
Philippe Normand
Source/WebKit/UIProcess/XR/openxr/OpenXRSwapchain.h:55:16: warning: private field 'm_instance' is not used [-Wunused-private-field]
is this field ever going to be used?
Sergio Villar Senin
(In reply to Philippe Normand from comment #4)
> Source/WebKit/UIProcess/XR/openxr/OpenXRSwapchain.h:55:16: warning: private
> field 'm_instance' is not used [-Wunused-private-field]
>
> is this field ever going to be used?
https://bugs.webkit.org/show_bug.cgi?id=297042
Thanks!