Index: Source/platform/graphics/WindRule.h |
diff --git a/Source/core/platform/graphics/WindRule.h b/Source/platform/graphics/WindRule.h |
similarity index 98% |
rename from Source/core/platform/graphics/WindRule.h |
rename to Source/platform/graphics/WindRule.h |
index d4f123e813276baf5a09ce32d75c6c6637b060c9..b87e2bf5b5c8685907cdad5f051d9cb457fa1625 100644 |
--- a/Source/core/platform/graphics/WindRule.h |
+++ b/Source/platform/graphics/WindRule.h |
@@ -30,7 +30,7 @@ |
namespace WebCore { |
-enum WindRule { |
+enum PLATFORM_EXPORT WindRule { |
RULE_NONZERO = 0, |
RULE_EVENODD = 1 |
}; |