add un-premultiply table for GetImageData

Fixes #6969.
This commit is contained in:
Nathan Froyd 2015-10-19 23:34:47 -04:00
parent 6111cf9ffc
commit 50b14e6670
3 changed files with 4108 additions and 6 deletions

View file

@ -95,6 +95,7 @@ pub mod parse;
pub mod script_task;
pub mod textinput;
mod timers;
mod unpremultiplytable;
mod webdriver_handlers;
use dom::bindings::codegen::RegisterBindings;