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

@ -34,7 +34,7 @@ use style::properties::style_structs;
use style::selector_impl::PseudoElement;
use style::values::AuExtensionMethods;
use style_traits::cursor::Cursor;
use wrapper::{LayoutNode, ThreadSafeLayoutNode};
use wrapper::{LayoutNode, ThreadSafeLayoutNode, ThreadSafeLayoutNodeHelpers};
pub struct LayoutRPCImpl(pub Arc<Mutex<LayoutThreadData>>);