mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Speculatively evaluate paint functions during style.
This commit is contained in:
parent
b35791f86f
commit
936dd3ef63
13 changed files with 279 additions and 52 deletions
|
@ -89,7 +89,7 @@ pub enum Msg {
|
|||
UpdateScrollStateFromScript(ScrollState),
|
||||
|
||||
/// Tells layout that script has added some paint worklet modules.
|
||||
RegisterPaint(Atom, Vec<Atom>, Arc<Painter>),
|
||||
RegisterPaint(Atom, Vec<Atom>, Box<Painter>),
|
||||
|
||||
/// Send to layout the precise time when the navigation started.
|
||||
SetNavigationStart(f64),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue