aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/lib.rs
diff options
context:
space:
mode:
authorTetsuharu OHZEKI <saneyuki.snyk@gmail.com>2014-12-08 03:31:13 +0900
committerTetsuharu OHZEKI <saneyuki.snyk@gmail.com>2014-12-08 11:46:43 +0900
commitdaba9043027636c0ce4fad5658ffe52077fc8cd7 (patch)
tree8dbb78da85c9eb7d64ec458502286b2b6c64c0d2 /components/layout_traits/lib.rs
parentccef72385131f923edd63ffc586165aae786adf2 (diff)
downloadservo-daba9043027636c0ce4fad5658ffe52077fc8cd7.tar.gz
servo-daba9043027636c0ce4fad5658ffe52077fc8cd7.zip
Rename gfx/render_task.rs -> gfx/paint_task.rs
Diffstat (limited to 'components/layout_traits/lib.rs')
-rw-r--r--components/layout_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs
index 9c662a5c3a5..d08de4cc01c 100644
--- a/components/layout_traits/lib.rs
+++ b/components/layout_traits/lib.rs
@@ -20,7 +20,7 @@ extern crate "util" as servo_util;
// that these modules won't have to depend on layout.
use gfx::font_cache_task::FontCacheTask;
-use gfx::render_task::RenderChan;
+use gfx::paint_task::RenderChan;
use servo_msg::constellation_msg::{ConstellationChan, PipelineId};
use servo_msg::constellation_msg::Failure;
use servo_net::image_cache_task::ImageCacheTask;