mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update WR and shaders (initial subpixel AA work).
This commit is contained in:
parent
784ca17dc0
commit
e9c6ee30a1
5 changed files with 34 additions and 18 deletions
|
@ -166,6 +166,7 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
|
|||
precache_shaders: opts.precache_shaders,
|
||||
enable_scrollbars: opts.output_file.is_none(),
|
||||
renderer_kind: renderer_kind,
|
||||
enable_subpixel_aa: opts.enable_subpixel_text_antialiasing,
|
||||
})
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue