Update WR (more scroll/clip work, fix for zero sized stacking contexts).

This commit is contained in:
Glenn Watson 2017-02-21 12:29:39 +10:00
parent b5d8e8b84d
commit 64cc8b1d1b
2 changed files with 3 additions and 6 deletions

View file

@ -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!")
};