compositing: removed opts-get

This commit is contained in:
oneturkmen 2019-05-31 20:53:24 -06:00
parent e3dc86bd8a
commit 1819453ba2
4 changed files with 65 additions and 21 deletions

View file

@ -337,6 +337,11 @@ where
webrender_api,
webvr_heartbeats,
},
opts.output_file.clone(),
opts.is_running_problem_test,
opts.exit_after_load,
opts.convert_mouse_to_touch,
opts.device_pixels_per_px,
);
Servo {