Update WR and shaders (initial subpixel AA work).

This commit is contained in:
Glenn Watson 2016-11-08 14:17:15 +10:00
parent 784ca17dc0
commit e9c6ee30a1
5 changed files with 34 additions and 18 deletions

View file

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