mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
gfx: Implement paint flashing, which will be useful for debugging
invalidation.
This commit is contained in:
parent
7040453358
commit
a0980091cf
7 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue