Don't use premultiply table for put_image_data

This commit is contained in:
Paul Padier 2016-03-08 18:14:57 +09:00
parent 436f7316d9
commit 1e8e5d61d2
3 changed files with 6 additions and 4109 deletions

View file

@ -23,5 +23,4 @@ extern crate util;
extern crate webrender_traits;
pub mod canvas_paint_thread;
mod premultiplytable;
pub mod webgl_paint_thread;