Index: Source/platform/graphics/Pattern.h |
diff --git a/Source/core/platform/graphics/Pattern.h b/Source/platform/graphics/Pattern.h |
similarity index 94% |
rename from Source/core/platform/graphics/Pattern.h |
rename to Source/platform/graphics/Pattern.h |
index 4df132c30d0946b5b464548b8ad34a62daf7dc21..5d533824d87433d0a2c4a30d60a539c7498ca606 100644 |
--- a/Source/core/platform/graphics/Pattern.h |
+++ b/Source/platform/graphics/Pattern.h |
@@ -30,7 +30,8 @@ |
#define Pattern_h |
#include "SkShader.h" |
-#include "core/platform/graphics/Image.h" |
+#include "platform/PlatformExport.h" |
+#include "platform/graphics/Image.h" |
#include "platform/transforms/AffineTransform.h" |
#include "wtf/PassRefPtr.h" |
@@ -41,7 +42,7 @@ namespace WebCore { |
class AffineTransform; |
-class Pattern : public RefCounted<Pattern> { |
+class PLATFORM_EXPORT Pattern : public RefCounted<Pattern> { |
public: |
static PassRefPtr<Pattern> create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY) |
{ |