Commit 9c1a7b47 authored by Alexis Beingessner's avatar Alexis Beingessner
Browse files

Bug 1398324 - remove broken optimization from webrender (hotfix). r=jrmuizel

MozReview-Commit-ID: FbgWy74U1e0

--HG--
extra : rebase_source : dd6867f3fe686203baddc8e6eae2b5114ba8df92
parent 40a6d7fa
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -401,11 +401,6 @@ impl Frame {
                stacking_context.mix_blend_mode_for_compositing())
        };

        if composition_operations.will_make_invisible() {
            traversal.skip_current_stacking_context();
            return;
        }

        if stacking_context.scroll_policy == ScrollPolicy::Fixed {
            context.replacements.push((context_scroll_node_id,
                                       context.builder.current_reference_frame_id()));