mirror of
https://github.com/servo/servo.git
synced 2025-06-17 21:04:28 +00:00
Remove the ConstellationControlMsg::ReflowComplete message.
This commit is contained in:
parent
2456ddf4ba
commit
9ad69586d1
3 changed files with 0 additions and 8 deletions
|
@ -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(..) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue