mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
self import
This commit is contained in:
parent
e44ee70faf
commit
b68b7e87c8
28 changed files with 36 additions and 36 deletions
|
@ -5,7 +5,7 @@
|
|||
//! The task that handles all painting.
|
||||
|
||||
use buffer_map::BufferMap;
|
||||
use display_list::{mod, StackingContext};
|
||||
use display_list::{self, StackingContext};
|
||||
use font_cache_task::FontCacheTask;
|
||||
use font_context::FontContext;
|
||||
use paint_context::PaintContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue