mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove more stuff from layout_2020
This commit is contained in:
parent
9b4b02275e
commit
053e361e2f
8 changed files with 47 additions and 1079 deletions
|
@ -10,8 +10,6 @@ extern crate serde;
|
|||
pub mod context;
|
||||
pub mod data;
|
||||
pub mod display_list;
|
||||
pub mod flow;
|
||||
pub mod flow_ref;
|
||||
mod fragment;
|
||||
pub mod opaque_node;
|
||||
pub mod query;
|
||||
|
@ -21,6 +19,4 @@ pub mod wrapper;
|
|||
// For unit tests:
|
||||
pub use crate::fragment::Fragment;
|
||||
|
||||
// We can't use servo_arc for everything in layout, because the Flow stuff uses
|
||||
// weak references.
|
||||
use servo_arc::Arc as ServoArc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue