mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
style: Rewrite the animation representation to allow having state in layout
I have to make the appropriate changes in layout, but I'm running out of battery in the bus.
This commit is contained in:
parent
5b27e46d04
commit
c16c5acade
7 changed files with 258 additions and 152 deletions
|
@ -671,7 +671,7 @@ impl ScriptThread {
|
|||
}
|
||||
|
||||
// Store new resizes, and gather all other events.
|
||||
let mut sequential = vec!();
|
||||
let mut sequential = vec![];
|
||||
|
||||
// Receive at least one message so we don't spinloop.
|
||||
let mut event = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue