mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update WR (more scroll/clip work, fix for zero sized stacking contexts).
This commit is contained in:
parent
b5d8e8b84d
commit
64cc8b1d1b
2 changed files with 3 additions and 6 deletions
|
@ -183,10 +183,7 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
|
|||
enable_scrollbars: opts.output_file.is_none(),
|
||||
renderer_kind: renderer_kind,
|
||||
enable_subpixel_aa: opts.enable_subpixel_text_antialiasing,
|
||||
clear_framebuffer: true,
|
||||
clear_color: webrender_traits::ColorF::new(1.0, 1.0, 1.0, 1.0),
|
||||
render_target_debug: false,
|
||||
workers: None,
|
||||
..Default::default()
|
||||
}).expect("Unable to initialize webrender!")
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue