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

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

Issue 32823017: Move FloatPolygon.* and WindRule.h to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export classes/enum for win/mac 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
« no previous file with comments | « Source/platform/geometry/FloatPolygon.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « Source/platform/geometry/FloatPolygon.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698