Move thread_state to style.

This commit is contained in:
Ms2ger 2016-08-22 16:05:00 +02:00
parent 32a0493cde
commit 307d1ced3c
14 changed files with 14 additions and 14 deletions

View file

@ -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 {