Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3578)

Unified Diff: chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h

Issue 10699065: chromeos: Fix pixelated icons in app list and launcher (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698