| Index: chrome/browser/ui/app_list/arc/arc_app_icon.h
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_icon.h b/chrome/browser/ui/app_list/arc/arc_app_icon.h
|
| index c5ce9bcda3fd7f57028247125eff549d97d7f697..eb68f10103fa51602d95b36c1e09ca7bec84256e 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_icon.h
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_icon.h
|
| @@ -91,7 +91,7 @@ class ArcAppIcon {
|
| const base::FilePath& path,
|
| const base::FilePath& default_app_path);
|
| void OnIconRead(std::unique_ptr<ArcAppIcon::ReadResult> read_result);
|
| - void Update(const gfx::ImageSkia* image);
|
| + void Update(ui::ScaleFactor scale_factor, const SkBitmap& bitmap);
|
| void DiscardDecodeRequest(DecodeRequest* request);
|
|
|
| content::BrowserContext* const context_;
|
|
|