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

Unified Diff: ui/gfx/image.h

Issue 7055010: Rename internal gfx::Image members to be less confusing with Cocoa types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac Created 9 years, 7 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
« no previous file with comments | « ui/base/resource/resource_bundle_mac.mm ('k') | ui/gfx/image.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image.h
diff --git a/ui/gfx/image.h b/ui/gfx/image.h
index 875cbf170de3c0fe1718755134ed3764dd1b6a8e..df088feae9f95ef95f966b4cdfc35a568078ede8 100644
--- a/ui/gfx/image.h
+++ b/ui/gfx/image.h
@@ -43,9 +43,9 @@ class ImageStorage;
class Image {
public:
enum RepresentationType {
- kGdkPixbufRep,
- kNSImageRep,
- kSkBitmapRep,
+ kImageRepGdk,
+ kImageRepCocoa,
+ kImageRepSkia,
};
typedef std::map<RepresentationType, internal::ImageRep*> RepresentationMap;
« no previous file with comments | « ui/base/resource/resource_bundle_mac.mm ('k') | ui/gfx/image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698