Skip to content

Commit

Permalink
Remove modes in servo-gfx.
Browse files Browse the repository at this point in the history
  • Loading branch information
metajack committed May 10, 2013
1 parent 19c0fc6 commit 3c29167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servo-gfx/compositor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 3c29167

Please sign in to comment.