mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
style: Move TraversalFlags into SharedStyleContext.
This commit is contained in:
parent
5fa9a56247
commit
2bbeb21551
5 changed files with 19 additions and 19 deletions
|
@ -523,7 +523,7 @@ impl LayoutThread {
|
|||
local_context_creation_data: Mutex::new(thread_local_style_context_creation_data),
|
||||
timer: self.timer.clone(),
|
||||
quirks_mode: self.quirks_mode.unwrap(),
|
||||
animation_only_restyle: false,
|
||||
traversal_flags: TraversalFlags::empty(),
|
||||
},
|
||||
image_cache: self.image_cache.clone(),
|
||||
font_cache_thread: Mutex::new(self.font_cache_thread.clone()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue