mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Hook supportsSession() into new xr crate
This commit is contained in:
parent
b7eacebd10
commit
fb105d9ff2
4 changed files with 64 additions and 8 deletions
|
@ -439,8 +439,8 @@ impl Window {
|
|||
self.webvr_chan.clone()
|
||||
}
|
||||
|
||||
pub fn webxr_registry(&self) -> &webxr_api::Registry {
|
||||
&self.webxr_registry
|
||||
pub fn webxr_registry(&self) -> webxr_api::Registry {
|
||||
self.webxr_registry.clone()
|
||||
}
|
||||
|
||||
fn new_paint_worklet(&self) -> DomRoot<Worklet> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue