mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Pass context menu callbacks down to the openxr device
This commit is contained in:
parent
3aa15e3fa3
commit
1ba606b919
5 changed files with 57 additions and 9 deletions
|
@ -481,6 +481,7 @@ where
|
|||
&mut webxr_main_thread,
|
||||
webgl_executor,
|
||||
webxr_surface_providers,
|
||||
embedder_proxy.clone(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -521,7 +522,7 @@ where
|
|||
let (constellation_chan, sw_senders) = create_constellation(
|
||||
opts.user_agent.clone(),
|
||||
opts.config_dir.clone(),
|
||||
embedder_proxy.clone(),
|
||||
embedder_proxy,
|
||||
compositor_proxy.clone(),
|
||||
time_profiler_chan.clone(),
|
||||
mem_profiler_chan.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue