mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
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:
parent
92d8e8bcdf
commit
cafc0aabdf
4 changed files with 54 additions and 45 deletions
|
@ -25,4 +25,5 @@ extern crate util;
|
|||
mod bindings;
|
||||
#[allow(non_snake_case)]
|
||||
pub mod glue;
|
||||
mod traversal;
|
||||
mod wrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue