Index: Source/platform/graphics/Path.h |
diff --git a/Source/core/platform/graphics/Path.h b/Source/platform/graphics/Path.h |
similarity index 98% |
rename from Source/core/platform/graphics/Path.h |
rename to Source/platform/graphics/Path.h |
index 35be9c0d4a2f79a5d089e2d0da902570396c9434..762f68dffa230a7603fdde3169895fee222b8fc1 100644 |
--- a/Source/core/platform/graphics/Path.h |
+++ b/Source/platform/graphics/Path.h |
@@ -29,6 +29,7 @@ |
#ifndef Path_h |
#define Path_h |
+#include "platform/PlatformExport.h" |
#include "platform/geometry/RoundedRect.h" |
#include "platform/graphics/WindRule.h" |
#include "third_party/skia/include/core/SkPath.h" |
@@ -64,7 +65,7 @@ struct PathElement { |
typedef void (*PathApplierFunction)(void* info, const PathElement*); |
-class Path { |
+class PLATFORM_EXPORT Path { |
WTF_MAKE_FAST_ALLOCATED; |
public: |
Path(); |