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

Unified Diff: Source/platform/graphics/ColorSpace.h

Issue 37803003: Move GraphicsTypes* and ColorSpace to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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: 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

Powered by Google App Engine
This is Rietveld 408576698