mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Move some TLayoutNode methods to ThreadSafeLayoutNode.
They are unused on LayoutNode.
This commit is contained in:
parent
8f58dafbd6
commit
13a07a4ed2
2 changed files with 45 additions and 53 deletions
|
@ -19,7 +19,7 @@ use layout_debug;
|
|||
use model::{self, IntrinsicISizes, IntrinsicISizesContribution, MaybeAuto, specified};
|
||||
use text;
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{TLayoutNode, ThreadSafeLayoutNode};
|
||||
use wrapper::ThreadSafeLayoutNode;
|
||||
|
||||
use euclid::{Point2D, Rect, Size2D};
|
||||
use gfx::display_list::{BLUR_INFLATION_FACTOR, OpaqueNode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue