diff options
author | Edit Balint <edbalint@inf.u-szeged.hu> | 2015-01-15 17:20:26 +0100 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-02-22 13:41:58 -0500 |
commit | 325400dce41486ca9bdb4fa8ea07236520e86a50 (patch) | |
tree | ad7401fd20fd90d5335f8d4f76f3601d2fb1bd03 /components/script/dom/mod.rs | |
parent | e68d6d2924bf2f6f762e2dc50b75fc32c0eafe16 (diff) | |
download | servo-325400dce41486ca9bdb4fa8ea07236520e86a50.tar.gz servo-325400dce41486ca9bdb4fa8ea07236520e86a50.zip |
Implement Canvas pixel manipulation
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index d5446e525b4..1d95cf1d2d5 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -290,6 +290,7 @@ pub mod htmltrackelement; pub mod htmlulistelement; pub mod htmlvideoelement; pub mod htmlunknownelement; +pub mod imagedata; pub mod keyboardevent; pub mod location; pub mod messageevent; |