mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Move thread_state to style.
This commit is contained in:
parent
32a0493cde
commit
307d1ced3c
14 changed files with 14 additions and 14 deletions
|
@ -17,9 +17,9 @@ use style::media_queries::{Device, MediaType};
|
|||
use style::parallel::WorkQueueData;
|
||||
use style::selector_matching::Stylist;
|
||||
use style::stylesheets::Stylesheet;
|
||||
use style::thread_state;
|
||||
use style::workqueue::WorkQueue;
|
||||
use style_traits::ViewportPx;
|
||||
use util::thread_state;
|
||||
|
||||
pub struct PerDocumentStyleData {
|
||||
/// Rule processor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue