mirror of
https://github.com/servo/servo.git
synced 2025-09-02 02:58:22 +01:00
try to reset flows which need reflow, since reflow isn't yet idempotent
This commit is contained in:
parent
d168501555
commit
f552e2f750
13 changed files with 310 additions and 82 deletions
|
@ -60,6 +60,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
memory_profiler_period: None,
|
||||
enable_experimental: false,
|
||||
layout_threads: 1,
|
||||
incremental_layout: false,
|
||||
//layout_threads: cmp::max(rt::default_sched_threads() * 3 / 4, 1),
|
||||
exit_after_load: false,
|
||||
output_file: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue