mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement viewport functions for window #1718
This commit is contained in:
parent
9f85370885
commit
f0987380dd
14 changed files with 466 additions and 63 deletions
|
@ -1722,7 +1722,7 @@ impl ScriptTask {
|
|||
// layer the element belongs to, and have it send the scroll message to the
|
||||
// compositor.
|
||||
self.compositor.borrow_mut().send(ScriptToCompositorMsg::ScrollFragmentPoint(
|
||||
pipeline_id, LayerId::null(), point)).unwrap();
|
||||
pipeline_id, LayerId::null(), point, false)).unwrap();
|
||||
}
|
||||
|
||||
/// Reflows non-incrementally, rebuilding the entire layout tree in the process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue