diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-11-03 15:49:52 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-11-03 20:10:06 +1000 |
commit | 695b7491fea505aad1179915b56a1fc295ccd9c3 (patch) | |
tree | 9577ffcf9de86288cbf29ee4f7f47307f14c6085 /components/layout/parallel.rs | |
parent | 4f51710ed387baa1ad0a6e4cdb0fc5eee44093d5 (diff) | |
download | servo-695b7491fea505aad1179915b56a1fc295ccd9c3.tar.gz servo-695b7491fea505aad1179915b56a1fc295ccd9c3.zip |
Change overflow calculation to be calculated after compute_absolute_position.
Also include absolutely positioned elements in the overflow rect calculation.
Fixes #7797.
Diffstat (limited to 'components/layout/parallel.rs')
-rw-r--r-- | components/layout/parallel.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/layout/parallel.rs b/components/layout/parallel.rs index 1ea9bffeb51..eddac889c50 100644 --- a/components/layout/parallel.rs +++ b/components/layout/parallel.rs @@ -484,9 +484,6 @@ pub fn traverse_flow_tree_preorder( }) }); }, shared_layout_context); - - let layout_context = LayoutContext::new(shared_layout_context); - flow_ref::deref_mut(root).late_store_overflow(&layout_context); } pub fn build_display_list_for_subtree( |