Switch viewerpose to an any attribute

This commit is contained in:
Manish Goregaokar 2018-12-22 22:44:05 -08:00
parent 64a64a8d6d
commit feb2a2d3c9
2 changed files with 25 additions and 15 deletions

View file

@ -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;
};