summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/ColorSpace.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/ColorSpace.h')
-rw-r--r--WebCore/platform/graphics/ColorSpace.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/ColorSpace.h b/WebCore/platform/graphics/ColorSpace.h
index 1bad58c..7622c47 100644
--- a/WebCore/platform/graphics/ColorSpace.h
+++ b/WebCore/platform/graphics/ColorSpace.h
@@ -28,7 +28,11 @@
namespace WebCore {
- enum ColorSpace { DeviceColorSpace, sRGBColorSpace };
+enum ColorSpace {
+ ColorSpaceDeviceRGB,
+ ColorSpaceSRGB,
+ ColorSpaceLinearRGB
+};
} // namespace WebCore