Skip to content

Commit ef718e4

Browse files
committed
Fix 1421ea5
1 parent 1421ea5 commit ef718e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nw_package.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ bool Package::GetImage(const FilePath& icon_path, gfx::Image* image) {
188188
// Decode the bitmap using WebKit's image decoder.
189189
const unsigned char* data =
190190
reinterpret_cast<const unsigned char*>(file_contents.data());
191-
content::ImageDecoder decoder;
192191
scoped_ptr<SkBitmap> decoded(new SkBitmap());
193192
// Note: This class only decodes bitmaps from extension resources. Chrome
194193
// doesn't (for security reasons) directly load extension resources provided

0 commit comments

Comments
 (0)