mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Extract OpaqueNodeMethods to own file
This commit is contained in:
parent
417a932e30
commit
b424de2092
8 changed files with 76 additions and 62 deletions
|
@ -20,7 +20,7 @@ use layout_debug;
|
|||
use model::{IntrinsicISizes, IntrinsicISizesContribution, MaybeAuto, specified};
|
||||
use model;
|
||||
use text;
|
||||
use util::OpaqueNodeMethods;
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{TLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
use geom::num::Zero;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue