mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
gfx: Paint in parallel in CPU painting mode
This commit is contained in:
parent
f5e8df9dac
commit
55222336b5
4 changed files with 316 additions and 189 deletions
|
@ -231,4 +231,9 @@ impl FontContext {
|
|||
});
|
||||
render_font
|
||||
}
|
||||
|
||||
/// Returns a reference to the font cache task.
|
||||
pub fn font_cache_task(&self) -> FontCacheTask {
|
||||
self.font_cache_task.clone()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue