mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Share single gpu_id_hub among all threads in a process
This commit is contained in:
parent
6c506ba260
commit
e5065c7eb2
13 changed files with 54 additions and 8 deletions
|
@ -62,6 +62,7 @@ impl DissimilarOriginWindow {
|
|||
global_to_clone_from.microtask_queue().clone(),
|
||||
global_to_clone_from.is_headless(),
|
||||
global_to_clone_from.get_user_agent(),
|
||||
global_to_clone_from.wgpu_id_hub(),
|
||||
),
|
||||
window_proxy: Dom::from_ref(window_proxy),
|
||||
location: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue