mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove layout_threads
assignment from CEF
This commit is contained in:
parent
0809809c23
commit
7f1297e256
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ pub extern "C" fn cef_initialize(args: *const cef_main_args_t,
|
|||
|
||||
let mut temp_opts = opts::default_opts();
|
||||
temp_opts.paint_threads = rendering_threads;
|
||||
temp_opts.layout_threads = rendering_threads;
|
||||
temp_opts.headless = false;
|
||||
temp_opts.hard_fail = false;
|
||||
temp_opts.enable_text_antialiasing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue