зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1343253 - Enable AA and Subpixel AA in Webrender. r=milan
This commit is contained in:
Родитель
036b81ce75
Коммит
bc8f4ec5ff
|
@ -291,7 +291,8 @@ pub extern fn wr_window_new(window_id: WrWindowId,
|
|||
println!("WebRender - OpenGL version new {}", version);
|
||||
|
||||
let opts = RendererOptions {
|
||||
enable_aa: false,
|
||||
enable_aa: true,
|
||||
enable_subpixel_aa: true,
|
||||
enable_profiler: enable_profiler,
|
||||
recorder: recorder,
|
||||
.. Default::default()
|
||||
|
|
Загрузка…
Ссылка в новой задаче