mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Un-boxed ScriptReflow
This commit is contained in:
parent
d8cb2762af
commit
aebf87cf5b
3 changed files with 3 additions and 3 deletions
|
@ -910,7 +910,7 @@ impl Window {
|
|||
}
|
||||
|
||||
// Send new document and relevant styles to layout.
|
||||
let reflow = box ScriptReflow {
|
||||
let reflow = ScriptReflow {
|
||||
reflow_info: Reflow {
|
||||
goal: goal,
|
||||
page_clip_rect: self.page_clip_rect.get(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue