Introduce a ThreadSafeLayoutNodeHelpers trait for methods to stay in layout.

This commit is contained in:
Ms2ger 2016-06-15 08:54:12 +01:00
parent dac8878467
commit afc7118a67
4 changed files with 98 additions and 89 deletions

View file

@ -60,7 +60,8 @@ use traversal::PostorderNodeMutTraversal;
use url::Url;
use util::linked_list;
use util::opts;
use wrapper::{PseudoElementType, TextContent, ThreadSafeLayoutElement, ThreadSafeLayoutNode};
use wrapper::{PseudoElementType, TextContent, ThreadSafeLayoutElement};
use wrapper::{ThreadSafeLayoutNode, ThreadSafeLayoutNodeHelpers};
/// The results of flow construction for a DOM node.
#[derive(Clone)]