Add attributes for canvas shadows.

This commit is contained in:
Hyowon Kim 2015-06-04 17:12:41 +09:00
parent 37fcced0fa
commit 473afdb196
15 changed files with 106 additions and 70 deletions

View file

@ -26,6 +26,7 @@ extern crate core;
extern crate devtools_traits;
extern crate cssparser;
extern crate geom;
extern crate gfx_traits;
extern crate html5ever;
extern crate encoding;
extern crate fnv;