mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update WR (first phase of z-buffer optimizations / improvements).
This commit is contained in:
parent
183c4772e7
commit
3d9475457c
3 changed files with 32 additions and 16 deletions
|
@ -171,9 +171,9 @@ 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_empty_tiles: true,
|
||||
clear_framebuffer: true,
|
||||
clear_color: webrender_traits::ColorF::new(1.0, 1.0, 1.0, 1.0),
|
||||
render_target_debug: false,
|
||||
})
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue