diff options
Diffstat (limited to 'components/layout/display_list_builder.rs')
-rw-r--r-- | components/layout/display_list_builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs index 8133fd9dc25..2c0063b7c39 100644 --- a/components/layout/display_list_builder.rs +++ b/components/layout/display_list_builder.rs @@ -1314,7 +1314,7 @@ impl FragmentDisplayListBuilding for Fragment { -> Box<StackingContext> { let use_webrender = opts::get().use_webrender; let border_box = match mode { - StackingContextCreationMode::InnerScrollWrapper if !use_webrender => { + StackingContextCreationMode::InnerScrollWrapper => { Rect::new(Point2D::zero(), base_flow.overflow.scroll.size) } _ => { |