mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Hoist retrieval of layout_threads from opts into Constellation
This commit is contained in:
parent
9c0e7b1cf2
commit
e182d29441
6 changed files with 26 additions and 10 deletions
|
@ -149,4 +149,5 @@ pub struct NewLayoutThreadInfo {
|
|||
pub image_cache_thread: ImageCacheThread,
|
||||
pub paint_chan: OptionalOpaqueIpcSender,
|
||||
pub content_process_shutdown_chan: IpcSender<()>,
|
||||
pub layout_threads: usize,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue