From 72f5e5f30d52673dddb3b5e76333e122eef00a42 Mon Sep 17 00:00:00 2001 From: Seth Fowler Date: Thu, 27 Jun 2013 19:04:01 -0700 Subject: Don't send a resize event if the window size didn't change --- src/components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/script/script_task.rs') diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs index 01b57b73b6b..7ef0b0035e1 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -440,7 +440,7 @@ impl ScriptContext { /// /// This function fails if there is no root frame. fn reflow(&mut self, goal: ReflowGoal) { - debug!("script: performing reflow"); + debug!("script: performing reflow for goal %?", goal); // Now, join the layout so that they will see the latest changes we have made. self.join_layout(); -- cgit v1.2.3