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

Unified Diff: chrome/browser/extensions/extension_icon_image.h

Issue 10868003: chromeos: Fix pixelated icons in app list and launcher (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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/extensions/extension_icon_image.h
diff --git a/chrome/browser/extensions/extension_icon_image.h b/chrome/browser/extensions/extension_icon_image.h
index c2f98526e4224985aa7fdbe983876f76b9af956e..8702ac28116e274ecadb2b8015b74fa859a25fc6 100644
--- a/chrome/browser/extensions/extension_icon_image.h
+++ b/chrome/browser/extensions/extension_icon_image.h
@@ -55,6 +55,10 @@ class IconImage : public ImageLoadingTracker::Observer,
Observer* observer);
virtual ~IconImage();
+ // Sets given |rep| to |image_skia_|. This allows observer to set an
Aaron Boodman 2012/08/30 06:09:20 Reader of documentation should not need to underst
+ // image when load fails.
+ void SetRepresentation(const gfx::ImageSkiaRep& rep);
+
const gfx::ImageSkia& image_skia() const { return image_skia_; }
private:

Powered by Google App Engine
This is Rietveld 408576698