util::opts::default_opts() is now pub

This commit is contained in:
Mike Blumenkrantz 2014-11-21 10:33:07 -05:00
parent 0ddbd430a3
commit 0341444ce9

View file

@ -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,