mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Support XRTest.disconnectAllDevices()
This commit is contained in:
parent
b0002a003d
commit
3f95d304ec
6 changed files with 55 additions and 11 deletions
|
@ -395,6 +395,7 @@ impl XRSessionMethods for XRSession {
|
|||
// shuts itself down
|
||||
self.ended.set(true);
|
||||
global.as_window().Navigator().Xr().end_session(self);
|
||||
self.session.borrow_mut().end_session();
|
||||
p
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue