mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Using FF broken image icon.
Got it from: https://mxr.mozilla.org/mozilla-central/source/layout/generic/broken-image.png
This commit is contained in:
parent
23945f2ea8
commit
0f5b5a5cd4
3 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ impl ImageCache {
|
|||
// Used to preload the default placeholder.
|
||||
fn init(&mut self) {
|
||||
let mut placeholder_url = resources_dir_path();
|
||||
// TODO (Savago): replace for a prettier one.
|
||||
placeholder_url.push("rippy.jpg");
|
||||
let image = load_image_data(Url::from_file_path(&*placeholder_url).unwrap(), self.resource_task.clone(), &self.placeholder_data);
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 253 B |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 253 B |
Loading…
Add table
Add a link
Reference in a new issue