mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Validate spaces passed to getViewerPose()
This commit is contained in:
parent
e33896f3ec
commit
3d790278f1
3 changed files with 16 additions and 5 deletions
|
@ -8,6 +8,6 @@
|
|||
interface XRFrame {
|
||||
readonly attribute XRSession session;
|
||||
|
||||
XRViewerPose? getViewerPose(XRReferenceSpace referenceSpace);
|
||||
[Throws] XRViewerPose? getViewerPose(XRReferenceSpace referenceSpace);
|
||||
// XRInputPose? getInputPose(XRInputSource inputSource, optional XRReferenceSpace referenceSpace);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue