mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -29,11 +29,11 @@ use std::collections::HashMap;
|
|||
use std::mem as std_mem;
|
||||
use std::sync::Arc;
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
use style::thread_state;
|
||||
use url::Url;
|
||||
use util::geometry::ExpandToPixelBoundaries;
|
||||
use util::opts;
|
||||
use util::thread;
|
||||
use util::thread_state;
|
||||
|
||||
#[derive(Clone, HeapSizeOf)]
|
||||
struct PaintLayer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue