gfx: Paint in parallel in CPU painting mode

This commit is contained in:
Patrick Walton 2014-10-21 16:04:15 -07:00
parent f5e8df9dac
commit 55222336b5
4 changed files with 316 additions and 189 deletions

View file

@ -61,7 +61,7 @@ impl LayerId {
}
/// The scrolling policy of a layer.
#[deriving(PartialEq)]
#[deriving(Clone, PartialEq)]
pub enum ScrollPolicy {
/// These layers scroll when the parent receives a scrolling message.
Scrollable,