summaryrefslogtreecommitdiffstats
path: root/ui/gfx/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/image.h')
-rw-r--r--ui/gfx/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gfx/image.h b/ui/gfx/image.h
index 875cbf1..df088fe 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;