| Index: chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
|
| diff --git a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
|
| index 86b196574b3fc4967044bcb8a484208413dbb8db..77c72538e050dac6469d9a541c6315faacedb49f 100644
|
| --- a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
|
| @@ -152,7 +152,7 @@ class ChromeLauncherController : public ash::LauncherDelegate,
|
|
|
| // Sets the image for an app tab. This is intended to be invoked from the
|
| // AppIconLoader.
|
| - void SetAppImage(const std::string& app_id, const SkBitmap* image);
|
| + void SetAppImage(const std::string& app_id, const gfx::ImageSkia& image);
|
|
|
| // Returns true if a pinned launcher item with given |app_id| could be found.
|
| bool IsAppPinned(const std::string& app_id);
|
|
|