mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Rename gfx/render_task.rs -> gfx/paint_task.rs
This commit is contained in:
parent
ccef723851
commit
daba904302
10 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue