Chromium Code Reviews| Index: Source/platform/graphics/ColorSpace.h |
| diff --git a/Source/core/platform/graphics/ColorSpace.h b/Source/platform/graphics/ColorSpace.h |
| similarity index 95% |
| rename from Source/core/platform/graphics/ColorSpace.h |
| rename to Source/platform/graphics/ColorSpace.h |
| index 989d0fb0f58e7aa1f086d3c94ea2ac265d5f3664..160e22c879204b08f8ae51e696b2de927f4d628b 100644 |
| --- a/Source/core/platform/graphics/ColorSpace.h |
| +++ b/Source/platform/graphics/ColorSpace.h |
| @@ -26,9 +26,11 @@ |
| #ifndef ColorSpace_h |
| #define ColorSpace_h |
| +#include "platform/PlatformExport.h" |
| + |
| namespace WebCore { |
| -enum ColorSpace { |
| +enum PLATFORM_EXPORT ColorSpace { |
|
abarth-chromium
2013/10/24 14:13:12
There's no need to export enums. There's nothing
rwlbuis
2013/10/24 17:04:50
Done.
|
| ColorSpaceDeviceRGB, |
| ColorSpaceSRGB, |
| ColorSpaceLinearRGB |