Skip to content

Commit

Permalink
Remove layout_threads assignment from CEF
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Aug 13, 2016
1 parent 0809809 commit 7f1297e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/cef/core.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 7f1297e

Please sign in to comment.