mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -146,6 +146,8 @@ pub struct NewLayoutInfo {
|
|||
pub layout_to_constellation_chan: IpcSender<LayoutMsg>,
|
||||
/// A shutdown channel so that layout can tell the content process to shut down when it's done.
|
||||
pub content_process_shutdown_chan: IpcSender<()>,
|
||||
/// Number of threads to use for layout.
|
||||
pub layout_threads: usize,
|
||||
}
|
||||
|
||||
/// Messages sent from the constellation or layout to the script thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue