mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Make use of ended flag, get rid of XRLayer
This commit is contained in:
parent
b66cbd364a
commit
b0002a003d
10 changed files with 52 additions and 70 deletions
|
@ -21,7 +21,7 @@ dictionary XRWebGLLayerInit {
|
|||
XRWebGLRenderingContext context,
|
||||
optional XRWebGLLayerInit layerInit = {}),
|
||||
Pref="dom.webxr.enabled"]
|
||||
interface XRWebGLLayer : XRLayer {
|
||||
interface XRWebGLLayer {
|
||||
// // Attributes
|
||||
readonly attribute XRWebGLRenderingContext context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue