mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Replace TLayoutNode by inherent methods.
There is no reason for this trait to exist.
This commit is contained in:
parent
50d4084e9a
commit
167a396293
3 changed files with 15 additions and 28 deletions
|
@ -14,7 +14,7 @@ use std::cell::{Ref, RefMut};
|
|||
use std::mem;
|
||||
use std::sync::Arc;
|
||||
use style::properties::ComputedValues;
|
||||
use wrapper::{LayoutNode, TLayoutNode};
|
||||
use wrapper::LayoutNode;
|
||||
|
||||
/// Data that layout associates with a node.
|
||||
pub struct PrivateLayoutData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue