diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2016-11-04 12:48:47 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2016-11-04 12:48:47 +1000 |
commit | 04cd35914af19b88dfe1c93fa3385b4a08a577e1 (patch) | |
tree | 25371b42b9af0e3b229683ffa81c76cc69a5c232 /components/layout/webrender_helpers.rs | |
parent | 4984a83f675484a752e305f2d592f6d9e774c4fb (diff) | |
download | servo-04cd35914af19b88dfe1c93fa3385b4a08a577e1.tar.gz servo-04cd35914af19b88dfe1c93fa3385b4a08a577e1.zip |
Update WR (resource cache changes, various optimizations).
Diffstat (limited to 'components/layout/webrender_helpers.rs')
-rw-r--r-- | components/layout/webrender_helpers.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/webrender_helpers.rs b/components/layout/webrender_helpers.rs index d58a346867c..8d32029daa8 100644 --- a/components/layout/webrender_helpers.rs +++ b/components/layout/webrender_helpers.rs @@ -523,8 +523,6 @@ impl WebRenderFrameBuilder { stacking_context: &mut webrender_traits::StackingContext) -> DisplayListId { let id = api.next_display_list_id(); - stacking_context.has_stacking_contexts = stacking_context.has_stacking_contexts || - display_list.descriptor().has_stacking_contexts; stacking_context.display_lists.push(id); self.display_lists.push((id, display_list)); id |