Pass TraversalFlags from C++ into Rust.

MozReview-Commit-ID: EVUzgnL5coN
This commit is contained in:
Bobby Holley 2017-07-25 18:45:37 -07:00
parent c365a39104
commit ce295f6daf
9 changed files with 107 additions and 91 deletions

View file

@ -33,7 +33,7 @@ use std::hash::Hash;
use std::ops::Deref;
use stylist::Stylist;
use thread_state;
use traversal::TraversalFlags;
use traversal_flags::TraversalFlags;
pub use style_traits::UnsafeNode;