Skip to content

Commit

Permalink
yay II: the reckoning
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Hanselmann committed Aug 1, 2019
1 parent b92f850 commit 65cd83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/browser/browser_win.cc
Expand Up @@ -391,7 +391,7 @@ void Browser::ShowAboutPanel() {

if ((str = opts.FindStringKey("iconPath"))) {
base::FilePath path = base::FilePath::FromUTF8Unsafe(*str);
PopulateImageSkiaRepsFromPath(image, path);
electron::util::PopulateImageSkiaRepsFromPath(&image, path);
}
}

Expand Down

0 comments on commit 65cd83a

Please sign in to comment.