mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
use a more appropriate embedding url
This commit is contained in:
parent
743dcee0f5
commit
0e230691b4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pub extern "C" fn cef_shutdown() {
|
|||
#[no_mangle]
|
||||
pub extern "C" fn cef_run_message_loop() {
|
||||
let mut urls = Vec::new();
|
||||
urls.push("http://www.w3c-test.org".to_string());
|
||||
urls.push("http://s27.postimg.org/vqbtrolyr/servo.jpg".to_string());
|
||||
let opts = opts::Opts {
|
||||
urls: urls,
|
||||
render_backend: azure::azure_hl::SkiaBackend,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue