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/layout_thread/lib.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/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 47774b86ec3..aebfeebe440 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -75,7 +75,7 @@ use parking_lot::RwLock; use profile_traits::mem::{self as profile_mem, Report, ReportKind, ReportsChan}; use profile_traits::time::{self as profile_time, profile, TimerMetadata}; use profile_traits::time::{TimerMetadataFrameType, TimerMetadataReflowType}; -use script_layout_interface::message::{Msg, LayoutThreadInit, NodesFromPointQueryType, Reflow}; +use script_layout_interface::message::{LayoutThreadInit, Msg, NodesFromPointQueryType, Reflow}; use script_layout_interface::message::{QueryMsg, ReflowComplete, ReflowGoal, ScriptReflow}; use script_layout_interface::rpc::TextIndexResponse; use script_layout_interface::rpc::{LayoutRPC, OffsetParentResponse, StyleResponse}; |