diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 961abb7416b..7ae942361ed 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -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(),