diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2019-01-14 10:37:41 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2019-01-14 10:37:41 +0100 |
commit | fc75719ff213427945b8ad7580d102eb5148a314 (patch) | |
tree | c248ff2b37fac2e9e340b6bcb20766ffdf7d6184 /components/script/script_thread.rs | |
parent | 64755705fbdeb0aaf257bbdd39577646f2718f28 (diff) | |
download | servo-fc75719ff213427945b8ad7580d102eb5148a314.tar.gz servo-fc75719ff213427945b8ad7580d102eb5148a314.zip |
Remove BlockFlowDisplayListBuilding
Replaced by inherent methods on BlockFlow, the only implementor of that trait.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index fd08bb5f80c..99965a521a6 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -118,7 +118,7 @@ use net_traits::{ }; use profile_traits::mem::{self as profile_mem, OpaqueSender, ReportsChan}; use profile_traits::time::{self as profile_time, profile, ProfilerCategory}; -use script_layout_interface::message::{self, Msg, LayoutThreadInit, ReflowGoal}; +use script_layout_interface::message::{self, LayoutThreadInit, Msg, ReflowGoal}; use script_traits::webdriver_msg::WebDriverScriptCommand; use script_traits::CompositorEvent::{ CompositionEvent, KeyboardEvent, MouseButtonEvent, MouseMoveEvent, ResizeEvent, TouchEvent, |