mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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,7 +25,7 @@ use style::media_queries::{Device, MediaType};
|
|||
use style::parallel::{self, WorkQueueData};
|
||||
use style::selector_matching::Stylist;
|
||||
use style::stylesheets::{Origin, Stylesheet};
|
||||
use style::traversal::RecalcStyleOnly;
|
||||
use traversal::RecalcStyleOnly;
|
||||
use url::Url;
|
||||
use util::geometry::ViewportPx;
|
||||
use util::resource_files::set_resources_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue