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:
Adenilson Cavalcanti 2015-04-21 16:04:28 -07:00
parent 23945f2ea8
commit 0f5b5a5cd4
3 changed files with 0 additions and 1 deletions

View file

@ -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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 253 B

Before After
Before After