mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move iframe and url fields from Reflow to LayoutTask and LayoutTaskFactory
* Fix #5466
This commit is contained in:
parent
85808c1cdd
commit
a3eaacccf6
5 changed files with 25 additions and 28 deletions
|
@ -567,8 +567,6 @@ impl<'a> WindowHelpers for JSRef<'a, Window> {
|
|||
let reflow = box ScriptReflow {
|
||||
reflow_info: Reflow {
|
||||
goal: goal,
|
||||
url: self.get_url(),
|
||||
iframe: self.parent_info.is_some(),
|
||||
page_clip_rect: self.page_clip_rect.get(),
|
||||
},
|
||||
document_root: root.to_trusted_node_address(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue