gfx: Implement paint flashing, which will be useful for debugging

invalidation.
This commit is contained in:
Patrick Walton 2015-05-14 15:45:41 -07:00
parent 7040453358
commit a0980091cf
7 changed files with 21 additions and 0 deletions

View file

@ -31,6 +31,7 @@ extern crate net_traits;
#[macro_use]
extern crate util;
extern crate msg;
extern crate rand;
extern crate string_cache;
extern crate style;
extern crate skia;