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

Unified Diff: chrome/browser/chromeos/login/user_manager.h

Issue 10832336: chromeos: Use gfx::ImageSkia instead of SkBitmap for downloaded profile image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/chromeos/login/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index c53e43d92e5a801dee6c108060841f5411149764..454d3586e31332213da4a89f2c1aed6d44f19072 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -13,10 +13,13 @@
#include "chrome/browser/chromeos/login/user.h"
#include "chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler.h"
-class SkBitmap;
class FilePath;
class PrefService;
+namespace gfx {
+class ImageSkia;
+}
+
namespace chromeos {
class RemoveUserDelegate;
@@ -237,7 +240,7 @@ class UserManager {
// Returns the result of the last successful profile image download, if any.
// Otherwise, returns an empty bitmap.
- virtual const SkBitmap& DownloadedProfileImage() const = 0;
+ virtual const gfx::ImageSkia& DownloadedProfileImage() const = 0;
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/mock_user_manager.h ('k') | chrome/browser/chromeos/login/user_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698