mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Replace the LayoutDataAccess trait by inherent methods.
This commit is contained in:
parent
167a396293
commit
a42e11a95f
6 changed files with 29 additions and 43 deletions
|
@ -16,7 +16,7 @@
|
|||
use block::BlockFlow;
|
||||
use context::LayoutContext;
|
||||
use css::node_style::StyledNode;
|
||||
use data::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, LayoutDataWrapper};
|
||||
use data::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataWrapper};
|
||||
use floats::FloatKind;
|
||||
use flow::{Descendants, AbsDescendants};
|
||||
use flow::{Flow, ImmutableFlowUtils, MutableFlowUtils, MutableOwnedFlowUtils};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue