| 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 09345825c7bff9d947473df50f0b6d79b0a14fc3..4f0d9633462f6b74cc7f793e917e7ba038f95948 100644
|
| --- a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
|
| @@ -153,7 +153,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);
|
|
|