aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-07-04 17:07:45 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-07-04 21:56:09 +0200
commitbf34fdde1fbee49bf518ef0dcbb40447fc35fe0f (patch)
tree1065799bd8dffa8d3137506183f8ec6f23d9e79e /components/layout_thread/lib.rs
parentb6ca1b9b3bdf6cba99e082426dec860f66c05073 (diff)
downloadservo-bf34fdde1fbee49bf518ef0dcbb40447fc35fe0f.tar.gz
servo-bf34fdde1fbee49bf518ef0dcbb40447fc35fe0f.zip
Move util::workqueue to style
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r--components/layout_thread/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs
index bcb0373ab20..fe1f82f533b 100644
--- a/components/layout_thread/lib.rs
+++ b/components/layout_thread/lib.rs
@@ -110,13 +110,13 @@ use style::refcell::RefCell;
use style::selector_matching::USER_OR_USER_AGENT_STYLESHEETS;
use style::servo::{Animation, LocalStyleContextCreationInfo, SharedStyleContext, Stylesheet, Stylist};
use style::stylesheets::CSSRuleIteratorExt;
+use style::workqueue::WorkQueue;
use url::Url;
use util::geometry::MAX_RECT;
use util::ipc::OptionalIpcSender;
use util::opts;
use util::thread;
use util::thread_state;
-use util::workqueue::WorkQueue;
/// The number of screens we have to traverse before we decide to generate new display lists.
const DISPLAY_PORT_THRESHOLD_SIZE_FACTOR: i32 = 4;