mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Rename canvas_render_task -> canvas_paint_task
This commit is contained in:
parent
cddb7fe7c5
commit
062854b164
3 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ extern crate azure;
|
|||
extern crate geom;
|
||||
extern crate "util" as servo_util;
|
||||
|
||||
pub mod canvas_render_task;
|
||||
pub mod canvas_paint_task;
|
||||
|
|
|
@ -13,7 +13,7 @@ use geom::point::Point2D;
|
|||
use geom::rect::Rect;
|
||||
use geom::size::Size2D;
|
||||
|
||||
use canvas::canvas_render_task::{CanvasMsg, CanvasRenderTask, ClearRect, Close, FillRect, Recreate, StrokeRect};
|
||||
use canvas::canvas_paint_task::{CanvasMsg, CanvasRenderTask, ClearRect, Close, FillRect, Recreate, StrokeRect};
|
||||
|
||||
#[dom_struct]
|
||||
pub struct CanvasRenderingContext2D {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue