diff --git a/components/util/opts.rs b/components/util/opts.rs index 69592f5a3a0..cdd426ef380 100644 --- a/components/util/opts.rs +++ b/components/util/opts.rs @@ -153,7 +153,7 @@ static FORCE_CPU_PAINTING: bool = true; #[cfg(not(target_os="android"))] static FORCE_CPU_PAINTING: bool = false; -fn default_opts() -> Opts { +pub fn default_opts() -> Opts { Opts { urls: vec!(), n_render_threads: 1,