| Index: chrome/browser/favicon/favicon_util.cc
|
| diff --git a/chrome/browser/favicon/favicon_util.cc b/chrome/browser/favicon/favicon_util.cc
|
| index 2625dc4a3ed47f7e36883b9d057abaa2b4fd5690..d903b8b69e4707cc0a900b89c25b55247d7c558d 100644
|
| --- a/chrome/browser/favicon/favicon_util.cc
|
| +++ b/chrome/browser/favicon/favicon_util.cc
|
| @@ -25,7 +25,7 @@ namespace {
|
| // |scale_factors| for which the image reps can be created without resizing
|
| // or decoding the bitmap data.
|
| std::vector<gfx::ImagePNGRep> SelectFaviconFramesFromPNGsWithoutResizing(
|
| - const std::vector<favicon_base::FaviconBitmapResult>& png_data,
|
| + const std::vector<favicon_base::FaviconRawBitmapResult>& png_data,
|
| const std::vector<ui::ScaleFactor>& scale_factors,
|
| int favicon_size) {
|
| std::vector<gfx::ImagePNGRep> png_reps;
|
| @@ -173,7 +173,7 @@ void FaviconUtil::SetFaviconColorSpace(gfx::Image* image) {
|
|
|
| // static
|
| gfx::Image FaviconUtil::SelectFaviconFramesFromPNGs(
|
| - const std::vector<favicon_base::FaviconBitmapResult>& png_data,
|
| + const std::vector<favicon_base::FaviconRawBitmapResult>& png_data,
|
| const std::vector<ui::ScaleFactor>& scale_factors,
|
| int favicon_size) {
|
| // Create image reps for as many scale factors as possible without resizing
|
|
|