mirror of
https://github.com/servo/servo.git
synced 2025-07-30 18:50:36 +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
|
@ -9,7 +9,7 @@
|
|||
use animation;
|
||||
use context::SharedLayoutContext;
|
||||
use css::node_style::StyledNode;
|
||||
use data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use data::LayoutDataWrapper;
|
||||
use incremental::{self, RestyleDamage};
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use smallvec::SmallVec16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue