diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2016-11-08 14:17:15 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2016-11-08 16:46:25 +1000 |
commit | e9c6ee30a135607e3c68152387b4f5cf4ca610a3 (patch) | |
tree | af092dc96ce63efbd0bcef5f0d59c82e4042aad2 /components/servo/lib.rs | |
parent | 784ca17dc0cb9d8d2a0ac1cb95f304dfca53998e (diff) | |
download | servo-e9c6ee30a135607e3c68152387b4f5cf4ca610a3.tar.gz servo-e9c6ee30a135607e3c68152387b4f5cf4ca610a3.zip |
Update WR and shaders (initial subpixel AA work).
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r-- | components/servo/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 023015e56fa..428ec905680 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -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, }) }; |