Index: chrome/browser/web_applications/web_app_win.cc |
=================================================================== |
--- chrome/browser/web_applications/web_app_win.cc (revision 175367) |
+++ chrome/browser/web_applications/web_app_win.cc (working copy) |
@@ -35,7 +35,7 @@ |
// Saves |image| as an |icon_file| with the checksum. |
bool SaveIconWithCheckSum(const FilePath& icon_file, const SkBitmap& image) { |
- if (!IconUtil::CreateIconFileFromSkBitmap(image, icon_file)) |
+ if (!IconUtil::CreateIconFileFromSkBitmap(image, SkBitmap(), icon_file)) |
return false; |
base::MD5Digest digest; |