mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Due to changes on Page/Window interfaces, we no longer have use
for flush_layout().
This commit is contained in:
parent
761f7f056c
commit
a31d3d7f70
3 changed files with 6 additions and 11 deletions
|
@ -1007,7 +1007,7 @@ impl ScriptTask {
|
|||
debug!("kicking off initial reflow of {:?}", final_url);
|
||||
document.r().content_changed(NodeCast::from_ref(document.r()),
|
||||
NodeDamage::OtherNodeDamage);
|
||||
window.r().flush_layout(ReflowGoal::ForDisplay, ReflowQueryType::NoQuery);
|
||||
window.r().reflow(ReflowGoal::ForDisplay, ReflowQueryType::NoQuery);
|
||||
|
||||
// No more reflow required
|
||||
page.set_reflow_status(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue