Add disable-canvas-aa option to test runner.

This commit is contained in:
Mátyás Mustoha 2015-05-18 12:40:51 +02:00
parent adef44183d
commit 322fd5ad9d
5 changed files with 18 additions and 4 deletions

View file

@ -73,6 +73,7 @@ pub extern "C" fn cef_initialize(args: *const cef_main_args_t,
temp_opts.headless = false;
temp_opts.hard_fail = false;
temp_opts.enable_text_antialiasing = true;
temp_opts.enable_canvas_antialiasing = true;
temp_opts.resources_path = None;
temp_opts.url = None;
opts::set(temp_opts);