mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support WebXR devices with main thread affinity
This commit is contained in:
parent
683bd0d881
commit
e9d410d0ab
5 changed files with 20 additions and 8 deletions
|
@ -178,7 +178,7 @@ pub trait EmbedderMethods {
|
|||
}
|
||||
|
||||
/// Register services with a WebXR Registry.
|
||||
fn register_webxr(&mut self, _: &mut webxr_api::Registry) {}
|
||||
fn register_webxr(&mut self, _: &mut webxr_api::MainThreadRegistry) {}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue