mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Moved Canvas rendering to a single thread.
This commit is contained in:
parent
05fe8fa08d
commit
f3065f3707
6 changed files with 1270 additions and 1111 deletions
|
@ -20,6 +20,7 @@ extern crate servo_config;
|
|||
extern crate webrender;
|
||||
extern crate webrender_api;
|
||||
|
||||
pub mod canvas_data;
|
||||
pub mod canvas_paint_thread;
|
||||
pub mod gl_context;
|
||||
mod webgl_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue