mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Add stub makeXRCompatible()
This commit is contained in:
@@ -41,3 +41,7 @@ interface XRWebGLLayer : XRLayer {
|
||||
// // Static Methods
|
||||
// static double getNativeFramebufferScaleFactor(XRSession session);
|
||||
};
|
||||
|
||||
partial interface WebGLRenderingContext {
|
||||
[Pref="dom.webxr.enabled"] Promise<void> makeXRCompatible();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user