Index: Source/platform/graphics/Gradient.h |
diff --git a/Source/core/platform/graphics/Gradient.h b/Source/platform/graphics/Gradient.h |
similarity index 97% |
rename from Source/core/platform/graphics/Gradient.h |
rename to Source/platform/graphics/Gradient.h |
index cd7ba6c9140642efab49076c4708dcd5db87a1dd..0fa5814555fb552985449762c87e04871aacad40 100644 |
--- a/Source/core/platform/graphics/Gradient.h |
+++ b/Source/platform/graphics/Gradient.h |
@@ -29,6 +29,7 @@ |
#ifndef Gradient_h |
#define Gradient_h |
+#include "platform/PlatformExport.h" |
#include "platform/geometry/FloatPoint.h" |
#include "platform/graphics/GraphicsTypes.h" |
#include "platform/transforms/AffineTransform.h" |
@@ -45,7 +46,7 @@ class Color; |
class FloatRect; |
class IntSize; |
-class Gradient : public RefCounted<Gradient> { |
+class PLATFORM_EXPORT Gradient : public RefCounted<Gradient> { |
public: |
static PassRefPtr<Gradient> create(const FloatPoint& p0, const FloatPoint& p1) |
{ |