mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
util::opts::default_opts() is now pub
This commit is contained in:
parent
0ddbd430a3
commit
0341444ce9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue