mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
layout_thread: Log reflows that happen due to animation ticks if
`-Z relayout-event` is on.
This commit is contained in:
parent
f97d47188f
commit
0e338d5b31
1 changed files with 4 additions and 0 deletions
|
@ -1282,6 +1282,10 @@ impl LayoutThread {
|
|||
}
|
||||
|
||||
fn tick_animations(&mut self, rw_data: &mut LayoutThreadData) {
|
||||
if opts::get().relayout_event {
|
||||
println!("**** pipeline={}\tForDisplay\tSpecial\tAnimationTick", self.id);
|
||||
}
|
||||
|
||||
let reflow_info = Reflow {
|
||||
goal: ReflowGoal::ForDisplay,
|
||||
page_clip_rect: max_rect(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue