aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@gmail.com>2015-10-19 23:35:27 -0400
committerNathan Froyd <froydnj@gmail.com>2015-10-21 18:30:35 -0400
commit9e348e2e8eddf897b539562ec0b37c9773cfd23d (patch)
tree87212aa31ffcf5c32ea664a87b82163dc3ead39c /components/canvas/lib.rs
parent50b14e6670eac26a04db8bc3412742d454fd2902 (diff)
downloadservo-9e348e2e8eddf897b539562ec0b37c9773cfd23d.tar.gz
servo-9e348e2e8eddf897b539562ec0b37c9773cfd23d.zip
add premultiply table for PutImageData
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs
index 4ab241072e4..67b8bc58d0c 100644
--- a/components/canvas/lib.rs
+++ b/components/canvas/lib.rs
@@ -25,4 +25,5 @@ extern crate offscreen_gl_context;
extern crate util;
pub mod canvas_paint_task;
+mod premultiplytable;
pub mod webgl_paint_task;