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

@ -369,6 +369,7 @@ dependencies = [
"plugins 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png)",
"profile_traits 0.0.1",
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"script_traits 0.0.1",
"skia 0.0.20130412 (git+https://github.com/servo/skia)",