mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue