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

Unified Diff: chrome/common/extensions/extension.h

Issue 10915251: Fix for pixelated icons in extension install ui on 2x scale. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: default icons fix Created 8 years, 3 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/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 22ca9fb9e72f599c8d42e0856c963e19a6256461..55e8d2ab319feccc5b26c2d492ee9ffc39f7fefe 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -445,7 +445,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// Returns the default extension/app icon (for extensions or apps that don't
// have one).
- static const SkBitmap& GetDefaultIcon(bool is_app);
+ static const gfx::ImageSkia& GetDefaultIcon(bool is_app);
// Returns the base extension url for a given |extension_id|.
static GURL GetBaseURLFromExtensionId(const std::string& extension_id);

Powered by Google App Engine
This is Rietveld 408576698