Move some more methods into the LayoutNodeLayoutData trait.

This commit is contained in:
Ms2ger 2016-06-15 01:22:21 +01:00
parent c910ef2072
commit 16d6555f4d
2 changed files with 18 additions and 16 deletions

View file

@ -18,7 +18,7 @@ use style::traversal::{DomTraversalContext, STYLE_BLOOM};
use style::traversal::{put_thread_local_bloom_filter, recalc_style_at};
use util::opts;
use util::tid::tid;
use wrapper::{LayoutNode, ServoLayoutNode, ThreadSafeLayoutNode};
use wrapper::{LayoutNode, LayoutNodeLayoutData, ServoLayoutNode, ThreadSafeLayoutNode};
pub struct RecalcStyleAndConstructFlows<'lc> {
context: LayoutContext<'lc>,