diff options
author | farodin91 <farodin91@googlemail.com> | 2015-09-01 22:14:10 +0200 |
---|---|---|
committer | farodin91 <farodin91@googlemail.com> | 2015-09-02 00:40:52 +0200 |
commit | f0987380ddb11db524e5b08c077e4b3884545834 (patch) | |
tree | 735c4ff0f8241f5649845c81ae382aabd257887e /components/script/script_task.rs | |
parent | 9f85370885c84ebb58cd7f4a72a6e78948f468dc (diff) | |
download | servo-f0987380ddb11db524e5b08c077e4b3884545834.tar.gz servo-f0987380ddb11db524e5b08c077e4b3884545834.zip |
Implement viewport functions for window #1718
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 1ab86d67570..503673671e4 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -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. |