aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-10-22 16:06:54 +0200
committerMs2ger <Ms2ger@gmail.com>2015-10-22 16:12:58 +0200
commit9ad69586d17dae565e9b5a1ff2340eca6f161d43 (patch)
tree9e2056c456ffebba992c7c48bb81c92dc208ee27 /components/script/script_task.rs
parent2456ddf4bad67dbaee298b3ee84169918d46c397 (diff)
downloadservo-9ad69586d17dae565e9b5a1ff2340eca6f161d43.tar.gz
servo-9ad69586d17dae565e9b5a1ff2340eca6f161d43.zip
Remove the ConstellationControlMsg::ReflowComplete message.
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index 98431ab1330..8216cbfbacf 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -935,8 +935,6 @@ impl ScriptTask {
self.handle_navigate(pipeline_id, Some(subpage_id), load_data),
ConstellationControlMsg::SendEvent(id, event) =>
self.handle_event(id, event),
- ConstellationControlMsg::ReflowComplete(_id, _reflow_id) =>
- (),
ConstellationControlMsg::ResizeInactive(id, new_size) =>
self.handle_resize_inactive_msg(id, new_size),
ConstellationControlMsg::Viewport(..) =>