mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Un-boxed ScriptReflow
This commit is contained in:
parent
d8cb2762af
commit
aebf87cf5b
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ pub enum Msg {
|
|||
SetQuirksMode,
|
||||
|
||||
/// Requests a reflow.
|
||||
Reflow(Box<ScriptReflow>),
|
||||
Reflow(ScriptReflow),
|
||||
|
||||
/// Get an RPC interface.
|
||||
GetRPC(Sender<Box<LayoutRPC + Send>>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue