mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Merge pull request #2864 from zmike/embedding-iscool_jpg
use a more appropriate embedding url
This commit is contained in:
commit
2934c5a89d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,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