diff options
Diffstat (limited to 'components/gfx/paint_task.rs')
-rw-r--r-- | components/gfx/paint_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/paint_task.rs b/components/gfx/paint_task.rs index 99e1454e945..dd288fc07e1 100644 --- a/components/gfx/paint_task.rs +++ b/components/gfx/paint_task.rs @@ -35,7 +35,7 @@ use servo_util::time::{TimeProfilerChan, TimeProfilerCategory, profile}; use std::comm::{Receiver, Sender, channel}; use std::mem; use std::task::TaskBuilder; -use sync::Arc; +use std::sync::Arc; /// Information about a hardware graphics layer that layout sends to the painting task. #[deriving(Clone)] |