mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove modes in servo-gfx.
This commit is contained in:
parent
19c0fc6465
commit
3c291678ad
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ pub struct LayerBufferSet {
|
|||
/// submit them to be drawn to the display.
|
||||
pub trait Compositor {
|
||||
fn begin_drawing(&self, next_dt: comm::Chan<LayerBufferSet>);
|
||||
fn draw(&self, next_dt: comm::Chan<LayerBufferSet>, +draw_me: LayerBufferSet);
|
||||
fn draw(&self, next_dt: comm::Chan<LayerBufferSet>, draw_me: LayerBufferSet);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue