mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove BlockFlowDisplayListBuilding
Replaced by inherent methods on BlockFlow, the only implementor of that trait.
This commit is contained in:
parent
64755705fb
commit
fc75719ff2
11 changed files with 26 additions and 99 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue