mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Set inlineVerticalFieldOfView to null for immersive sessions
This commit is contained in:
parent
326902220c
commit
f52a6f0e8f
5 changed files with 21 additions and 16 deletions
|
@ -14,6 +14,6 @@ dictionary XRRenderStateInit {
|
|||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"] interface XRRenderState {
|
||||
readonly attribute double depthNear;
|
||||
readonly attribute double depthFar;
|
||||
readonly attribute double inlineVerticalFieldOfView;
|
||||
readonly attribute double? inlineVerticalFieldOfView;
|
||||
readonly attribute XRWebGLLayer? baseLayer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue