mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Switch viewerpose to an any attribute
This commit is contained in:
parent
64a64a8d6d
commit
feb2a2d3c9
2 changed files with 25 additions and 15 deletions
|
@ -9,5 +9,5 @@ interface XRViewerPose {
|
|||
// readonly attribute XRRigidTransform transform;
|
||||
// readonly attribute FrozenArray<XRView> views;
|
||||
// workaround until we have FrozenArray
|
||||
sequence<XRView> views();
|
||||
readonly attribute any views;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue