Skip to content

Commit

Permalink
use a more appropriate embedding url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Blumenkrantz committed Jul 17, 2014
1 parent 743dcee commit 0e23069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/embedding/core.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 0e23069

Please sign in to comment.