Hoist style-only traversal into geckolib.

Implementing StandaloneStyleContext::new is going to require a TLS key (just
like LayoutContext::new), and we don't want that key in shared code.
This commit is contained in:
Bobby Holley 2016-01-25 14:13:39 -08:00
parent 92d8e8bcdf
commit cafc0aabdf
4 changed files with 54 additions and 45 deletions

View file

@ -25,4 +25,5 @@ extern crate util;
mod bindings;
#[allow(non_snake_case)]
pub mod glue;
mod traversal;
mod wrapper;